Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F33085374
D7358.1768456992.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
906 B
Referenced Files
None
Subscribers
None
D7358.1768456992.diff
View Options
diff --git a/native/android/app/src/main/AndroidManifest.xml b/native/android/app/src/main/AndroidManifest.xml
--- a/native/android/app/src/main/AndroidManifest.xml
+++ b/native/android/app/src/main/AndroidManifest.xml
@@ -20,6 +20,14 @@
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"
android:maxSdkVersion="32" />
+ <!--
+ `permission.AD_ID` is requested by play-services-measurement:21.1.0
+ for accessing advertising ID. We don't access this ID so it's
+ safe for us to remove as described in the Android docs:
+ https://developers.google.com/android/reference/com/google/android/gms/ads/identifier/AdvertisingIdClient.Info#getId()
+ -->
+ <uses-permission android:name="com.google.android.gms.permission.AD_ID" tools:node="remove"/>
+
<application
android:name=".MainApplication"
android:allowBackup="false"
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jan 15, 6:03 AM (7 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5936457
Default Alt Text
D7358.1768456992.diff (906 B)
Attached To
Mode
D7358: [native] Exclude `permission.AD_ID` to unblock Android release
Attached
Detach File
Event Timeline
Log In to Comment