Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Disabling MonitorEnabled through the Android Manifest. #1269

Open
3 tasks done
sinabirdevrim opened this issue Oct 7, 2024 · 0 comments
Open
3 tasks done

Comments

@sinabirdevrim
Copy link

sinabirdevrim commented Oct 7, 2024

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant