diff options
author | RaindropsSys <contact@minteck.org> | 2023-03-21 16:22:42 +0100 |
---|---|---|
committer | RaindropsSys <contact@minteck.org> | 2023-03-21 16:22:42 +0100 |
commit | 788440f792e58f0a11ce4685b0f2ae23993c6375 (patch) | |
tree | 06741f6c262caf5af411d7f7746bc80f6e12d936 /app/src | |
parent | aa35a851a3521ee0c5626f0af1ab2e6342b48399 (diff) | |
download | delta-android-788440f792e58f0a11ce4685b0f2ae23993c6375.tar.gz delta-android-788440f792e58f0a11ce4685b0f2ae23993c6375.tar.bz2 delta-android-788440f792e58f0a11ce4685b0f2ae23993c6375.zip |
Updated 3 files (automated)
Diffstat (limited to 'app/src')
-rw-r--r-- | app/src/main/AndroidManifest.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 297d49c..dc2867d 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -5,6 +5,7 @@ <uses-permission android:name="android.permission.POST_NOTIFICATIONS" /> <uses-permission android:name="android.permission.INTERNET" /> + <uses-permission android:name="com.google.android.gms.permission.AD_ID" tools:node="remove" /> <application android:allowBackup="true" |