Skip to content

Commit

Permalink
Remove more unnecessary permissions from Firebase dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
AntsyLich committed Sep 3, 2024
1 parent 3c611b9 commit 02af9b1
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,23 @@

<uses-permission android:name="android.permission.FOREGROUND_SERVICE_DATA_SYNC" />

<!-- Remove permission from Firebase dependency -->
<!-- Remove unnecessary permissions from Firebase dependency -->
<uses-permission
android:name="com.google.android.finsky.permission.BIND_GET_INSTALL_REFERRER_SERVICE"
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="ACCESS_ADSERVICES_AD_ID"
tools:node="remove" />

<application
android:name=".App"
android:allowBackup="false"
Expand Down

0 comments on commit 02af9b1

Please sign in to comment.