feat(analytics): Enhance user privacy (#4540)

Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
This commit is contained in:
James Rich 2026-02-12 07:31:30 -06:00 committed by GitHub
parent 62daf2e272
commit f664cdcf3b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 16 additions and 22 deletions

View file

@ -126,6 +126,14 @@
android:name="firebase_analytics_collection_enabled"
android:value="false" />
<!-- Disable AdID collection for privacy -->
<meta-data
android:name="google_analytics_adid_collection_enabled"
android:value="false" />
<meta-data
android:name="google_analytics_default_allow_ad_personalization_signals"
android:value="false" />
<!-- This is the public API for doing mesh radio operations from android apps -->
<service
android:name="com.geeksville.mesh.service.MeshService"