Skip to content

Instantly share code, notes, and snippets.

@trinnguyen
Created June 21, 2016 03:30
Show Gist options
  • Save trinnguyen/320bdc0495edd4b822cccd2b197f1459 to your computer and use it in GitHub Desktop.
Save trinnguyen/320bdc0495edd4b822cccd2b197f1459 to your computer and use it in GitHub Desktop.
Xamarin.Android Binding Linkedin Mobile SDK Android - Metadata.xml
<?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>
@trinnguyen
Copy link
Author

Check this repo for full LinkedIn Mobile SDKs Binding for both Xamarin.iOS and Xamarin.Android: https://github.com/trinnguyen/linkedin-sdk-xamarin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment