Created
June 21, 2016 03:30
-
-
Save trinnguyen/320bdc0495edd4b822cccd2b197f1459 to your computer and use it in GitHub Desktop.
Xamarin.Android Binding Linkedin Mobile SDK Android - Metadata.xml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<metadata> | |
<!-- | |
This sample removes the class: android.support.v4.content.AsyncTaskLoader.LoadTask: | |
<remove-node path="/api/package[@name='android.support.v4.content']/class[@name='AsyncTaskLoader.LoadTask']" /> | |
This sample removes the method: android.support.v4.content.CursorLoader.loadInBackground: | |
<remove-node path="/api/package[@name='android.support.v4.content']/class[@name='CursorLoader']/method[@name='loadInBackground']" /> | |
--> | |
<!-- | |
<remove-node path="/api/package[@name='com.android.volley']/class[@name='Request']/method[@name='getMethod' and count(parameter)=0]" /> | |
<remove-node path="/api/package[@name='com.android.volley.toolbox']/class[@name='JsonRequest']/method[@name='parseNetworkResponse' and count(parameter)=1 and parameter[1][@type='com.android.volley.NetworkResponse']]" /> | |
--> | |
<remove-node path="/api/package[@name='com.android.volley']" /> | |
</metadata> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Check this repo for full LinkedIn Mobile SDKs Binding for both Xamarin.iOS and Xamarin.Android: https://github.com/trinnguyen/linkedin-sdk-xamarin