Skip to content

Commit

Permalink
Add AD_ID permission
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-paing committed Apr 4, 2023
1 parent 69454d7 commit 7fdd3fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
<uses-permission android:name="com.google.android.gms.permission.AD_ID" />

<application
android:name=".CCDroidXApp"
Expand Down
1 change: 1 addition & 0 deletions wear/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android">

<uses-feature android:name="android.hardware.type.watch" />
<uses-permission android:name="com.google.android.gms.permission.AD_ID" />

<application
android:name=".CCDroidXApp"
Expand Down

0 comments on commit 7fdd3fe

Please sign in to comment.