Skip to content

Commit

Permalink
🚀 google ad id removal on manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
kmkim2689 committed Aug 22, 2024
1 parent 1049b96 commit 7e33ef8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@
android:name="android.permission.WRITE_EXTERNAL_STORAGE"
android:maxSdkVersion="32" />
<uses-permission android:name="android.permission.CAMERA" />
<uses-permission android:name="com.google.android.gms.permission.AD_ID" tools:node="remove" />
<meta-data
android:name="google_analytics_adid_collection_enabled"
android:value="false" />

<application
android:name=".presentation.DefaultPengcookApplication"
Expand Down

0 comments on commit 7e33ef8

Please sign in to comment.