mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-30 03:19:11 +08:00
Disable Advertising ID collection
I don't care about collecting this data, all I care about is anonymized data collection about the number of users + screens used.
This commit is contained in:
@ -47,5 +47,7 @@
|
|||||||
<!-- Triggering URI would be gitjournal://login.oauth2 -->
|
<!-- Triggering URI would be gitjournal://login.oauth2 -->
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
</activity>
|
</activity>
|
||||||
|
|
||||||
|
<meta-data android:name="google_analytics_adid_collection_enabled" android:value="false" />
|
||||||
</application>
|
</application>
|
||||||
</manifest>
|
</manifest>
|
||||||
|
Reference in New Issue
Block a user