Skip to content

Commit

Permalink
disable device and ad ids data collection
Browse files Browse the repository at this point in the history
  • Loading branch information
oers committed Jun 2, 2019
1 parent 4de97d2 commit 70ac636
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions project/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,7 @@
android:value="de.earthlingz.oerszebra.DroidZebra" />

</activity>
<meta-data android:name="google_analytics_adid_collection_enabled" android:value="false" />
<meta-data android:name="google_analytics_ssaid_collection_enabled" android:value="false" />
</application>
</manifest>

0 comments on commit 70ac636

Please sign in to comment.