Skip to content

Commit

Permalink
Merge pull request #105 from devinbileck/remove-unused-permission
Browse files Browse the repository at this point in the history
Remove unused AD_ID permission
  • Loading branch information
devinbileck authored Jan 15, 2025
2 parents a6c7a30 + 2b64392 commit b90ffb5
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 b90ffb5

Please sign in to comment.