Skip to content

Commit

Permalink
fix: disable ADID collection, attempt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ianatha committed Nov 12, 2023
1 parent 9de576d commit 98bd4b1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">

<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" />

<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
Expand Down

0 comments on commit 98bd4b1

Please sign in to comment.