From e6bd3dd6de857c1e9a913e1365a3ea996f3dff0a Mon Sep 17 00:00:00 2001 From: Matthew Finkel Date: Wed, 11 Apr 2018 20:37:43 +0000 Subject: [PATCH] Bug 25741 - TBA: Disable all data reporting by default This includes: Telemetry Geo-Location (Wi-Fi, Cellular location data, etc) Health Report --- mobile/android/app/src/main/res/xml/preferences_privacy.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mobile/android/app/src/main/res/xml/preferences_privacy.xml b/mobile/android/app/src/main/res/xml/preferences_privacy.xml index 68a2066976c80..23be2f12121bb 100644 --- a/mobile/android/app/src/main/res/xml/preferences_privacy.xml +++ b/mobile/android/app/src/main/res/xml/preferences_privacy.xml @@ -84,7 +84,8 @@ + android:summary="@string/datareporting_wifi_geolocation_summary" + android:defaultValue="false" /> + android:defaultValue="false" /> -- GitLab