Skip to content

Commit

Permalink
Add google_analytics_adid_collection_enabled
Browse files Browse the repository at this point in the history
Fix for Advertising Policy Update
https://qiita.com/Nkzn/items/326ad03e358b5d3fbafc
  • Loading branch information
takahirom authored Sep 26, 2018
1 parent a98b363 commit 6c8c61c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
android:supportsRtl="true"
android:theme="@style/AppTheme"
>
<meta-data
android:name="google_analytics_adid_collection_enabled"
android:value="false" />
<activity
android:name=".presentation.MainActivity"
android:label="@string/app_name"
Expand Down

0 comments on commit 6c8c61c

Please sign in to comment.