You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some packages here add advertising permission to Android which is forcing apps to declare advertising in the google play store.
I saw issues #2582 and #9941 and was wondering if we can just use the Android remove permission line in inside AndroidManifest.xml like this <uses-permission android:name="com.google.android.gms.permission.AD_ID" tools:node="remove"/>
in our apps or even add it here to the packages or is it a risk that some features will stop working?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Some packages here add advertising permission to Android which is forcing apps to declare advertising in the google play store.
I saw issues #2582 and #9941 and was wondering if we can just use the Android remove permission line in inside
AndroidManifest.xml
like this<uses-permission android:name="com.google.android.gms.permission.AD_ID" tools:node="remove"/>
in our apps or even add it here to the packages or is it a risk that some features will stop working?
Beta Was this translation helpful? Give feedback.
All reactions