We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a6c7a30 + 2b64392 commit b90ffb5Copy full SHA for b90ffb5
app/src/main/AndroidManifest.xml
@@ -3,6 +3,9 @@
3
xmlns:tools="http://schemas.android.com/tools">
4
5
<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" />
9
10
<application
11
android:name=".Application"
0 commit comments