Apply suggestions from code review

pull/1837/head
Don Turner 1 year ago committed by GitHub
parent 43cbbd3143
commit c04ffa8673

@ -21,8 +21,8 @@
<!-- <!--
Firebase automatically adds these AD_ID and ADSERVICES permissions, even though we don't use them. Firebase automatically adds these AD_ID and ADSERVICES permissions, even though we don't use them.
If you use this permission you must declare how you're using it to Google Play, otherwise the If you use these permissions you must declare how you're using them to Google Play, otherwise the
app will be rejected when publishing it. To avoid this we remove the permission entirely. app will be rejected when publishing it. To avoid this we remove the permissions entirely.
--> -->
<uses-permission android:name="com.google.android.gms.permission.AD_ID" tools:node="remove"/> <uses-permission android:name="com.google.android.gms.permission.AD_ID" tools:node="remove"/>
<uses-permission android:name="android.permission.ACCESS_ADSERVICES_ATTRIBUTION" tools:node="remove"/> <uses-permission android:name="android.permission.ACCESS_ADSERVICES_ATTRIBUTION" tools:node="remove"/>

Loading…
Cancel
Save