Feature Request: Disabling MonitorEnabled through the Android Manifest.
sinabirdevrim opened this issue · 0 comments
sinabirdevrim commented
Checklist before submitting a feature request
- I've updated to the latest released version of the SDK
- I've searched for existing Github issues
- I've read the Code of Conduct
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