facebook/facebook-android-sdk

Feature Request: Disabling MonitorEnabled through the Android Manifest.

sinabirdevrim opened this issue · 0 comments

Checklist before submitting a feature request

Goals

I tried to disable MonitorEnabled by default in the Android Facebook SDK using the following in the manifest:

<meta-data android:name="com.facebook.sdk.MonitorEnabled" android:value="false"/>

However, I noticed that it doesn't get disabled. Is there a way to disable this through the manifest? Thanks

Expected results

<meta-data android:name="com.facebook.sdk.MonitorEnabled" android:value="false"/>

Code samples & details

// INSERT YOUR CODE HERE