File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 1919
2020 <uses-permission android : name =" android.permission.INTERNET" />
2121
22+ <!--
23+ Firebase automatically adds the AD_ID permission, even though we don't use it. If you use this
24+ permission you must declare how you're using it to Google Play, otherwise the app will be
25+ rejected when publishing it. To avoid this we remove the permission entirely.
26+ -->
27+ <uses-permission android : name =" com.google.android.gms.permission.AD_ID" tools : node =" remove" />
28+
2229 <application
2330 android : name =" .NiaApplication"
2431 android : allowBackup =" true"
4350 <!-- Disable Firebase analytics by default. This setting is overwritten for the `prod`
4451 flavor -->
4552 <meta-data android : name =" firebase_analytics_collection_deactivated" android : value =" true" />
53+ <!-- Disable collection of AD_ID for all build variants -->
54+ <meta-data android : name =" google_analytics_adid_collection_enabled" android : value =" false" />
4655 </application >
4756
4857</manifest >
You can’t perform that action at this time.
0 commit comments