Skip to content

Commit

Permalink
Remove AD_ID permission.
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed Oct 12, 2023
1 parent 5fbc61d commit f533930
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions simplified-app-palace/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />

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

<application
android:name="org.librarysimplified.main.MainApplication"
android:allowBackup="true"
Expand Down

0 comments on commit f533930

Please sign in to comment.