Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
dturner committed Jul 5, 2024
1 parent fe9652a commit c072de5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@

<!--
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
app will be rejected when publishing it. To avoid this we remove the permission entirely.
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 permissions entirely.
-->
<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"/>
Expand Down

0 comments on commit c072de5

Please sign in to comment.