Skip to content

Commit

Permalink
Remove config
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-pratik-k committed Dec 16, 2024
1 parent 10f11e0 commit 2d3b04e
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions app/android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">
<manifest xmlns:android="http://schemas.android.com/apk/res/android">

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
Expand All @@ -11,11 +10,6 @@
<uses-permission android:name="android.permission.READ_MEDIA_AUDIO" />
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />

<!-- Disable Advertising ID collection -->
<uses-permission
android:name="com.google.android.gms.permission.AD_ID"
tools:node="remove" />

<application
android:name="${applicationName}"
android:icon="@mipmap/ic_launcher"
Expand Down Expand Up @@ -63,10 +57,5 @@
<meta-data
android:name="flutterEmbedding"
android:value="2" />

<!-- Disable Advertising ID collection -->
<meta-data
android:name="google_analytics_adid_collection_enabled"
android:value="false" />
</application>
</manifest>

0 comments on commit 2d3b04e

Please sign in to comment.