Skip to content

Commit

Permalink
Remove unused AD_ID permission
Browse files Browse the repository at this point in the history
It seems the Firebase SDK uses, and includes in its own manifest,
the AD_ID permission. We don't use, nor want, advertising tracking
so override this permission to remove it.
  • Loading branch information
devinbileck committed Jan 15, 2025
1 parent a6c7a30 commit 2b64392
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
xmlns:tools="http://schemas.android.com/tools">

<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
<uses-permission
android:name="com.google.android.gms.permission.AD_ID"
tools:node="remove" />

<application
android:name=".Application"
Expand Down

0 comments on commit 2b64392

Please sign in to comment.