From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dmitry Muhomor Date: Fri, 10 Feb 2023 12:44:30 +0200 Subject: [PATCH] add a toggle for forcibly disabling SUPL --- res/values/strings.xml | 3 ++ res/xml/location_settings.xml | 6 +++ .../ForceDisableSuplPrefController.java | 41 +++++++++++++++++++ 3 files changed, 50 insertions(+) create mode 100644 src/com/android/settings/location/ForceDisableSuplPrefController.java diff --git a/res/values/strings.xml b/res/values/strings.xml index 060f94a48f..2e6e2fc8b2 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -12297,4 +12297,7 @@ Internet connectivity check HTTP endpoints to use for performing internet connectivity checks. + + Force disable Secure User Plane Location (SUPL) + Always disable SUPL assisted location support regardless of carrier configuration (does not disable control plane A-GNSS and DivestOS does not send IMSI to the SUPL) diff --git a/res/xml/location_settings.xml b/res/xml/location_settings.xml index fb03f4c7f3..a66df8fea6 100644 --- a/res/xml/location_settings.xml +++ b/res/xml/location_settings.xml @@ -77,6 +77,12 @@ settings:forWork="true" settings:controller="com.android.settings.location.LocationServiceForWorkPreferenceController"/> + +