Skip to content

Commit

Permalink
Merge pull request #678 from DroidKaigi/fix-advertising-policy
Browse files Browse the repository at this point in the history
Add google_analytics_adid_collection_enabled
  • Loading branch information
takahirom committed Sep 26, 2018
2 parents a98b363 + 6c8c61c commit 7d6808f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/src/main/AndroidManifest.xml
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 7d6808f

Please sign in to comment.