Skip to content

Commit

Permalink
add ad_id permission in for Android - adjust (#8790) (#8794)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcleinman authored Dec 11, 2023
1 parent d0b3ba4 commit bd7dbb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions android/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ file, You can obtain one at http://mozilla.org/MPL/2.0/.
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
<uses-permission android:name="android.permission.QUERY_ALL_PACKAGES"/>
<uses-permission android:name="android.permission.POST_NOTIFICATIONS"/>
<uses-permission android:name="com.google.android.gms.permission.AD_ID"/>

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

0 comments on commit bd7dbb9

Please sign in to comment.