Skip to content

Commit b90ffb5

Browse files
authored
Merge pull request #105 from devinbileck/remove-unused-permission
Remove unused AD_ID permission
2 parents a6c7a30 + 2b64392 commit b90ffb5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/src/main/AndroidManifest.xml

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
xmlns:tools="http://schemas.android.com/tools">
44

55
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
6+
<uses-permission
7+
android:name="com.google.android.gms.permission.AD_ID"
8+
tools:node="remove" />
69

710
<application
811
android:name=".Application"

0 commit comments

Comments
 (0)