Skip to content

Commit bd7dbb9

Browse files
authored
add ad_id permission in for Android - adjust (#8790) (#8794)
1 parent d0b3ba4 commit bd7dbb9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

android/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ file, You can obtain one at http://mozilla.org/MPL/2.0/.
1212
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
1313
<uses-permission android:name="android.permission.QUERY_ALL_PACKAGES"/>
1414
<uses-permission android:name="android.permission.POST_NOTIFICATIONS"/>
15+
<uses-permission android:name="com.google.android.gms.permission.AD_ID"/>
1516

1617
<!-- The following comment will be replaced upon deployment with default features based on the dependencies of the application.
1718
Remove the comment if you do not require these default features. -->

0 commit comments

Comments
 (0)