Skip to content

Commit

Permalink
Removed collecting uneless info
Browse files Browse the repository at this point in the history
  • Loading branch information
diareuse committed Nov 10, 2023
1 parent 997eb5f commit f813b95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@
android:value="${release}" />
<meta-data
android:name="google_analytics_adid_collection_enabled"
android:value="true" />
android:value="false" />
<meta-data
android:name="google_analytics_ssaid_collection_enabled"
android:value="true" />
android:value="false" />
<meta-data
android:name="google_analytics_default_allow_ad_personalization_signals"
android:value="false" />
Expand Down

0 comments on commit f813b95

Please sign in to comment.