From c96aac0ed709e8782a4e435c19ada1d430570562 Mon Sep 17 00:00:00 2001 From: WyattRiley Date: Fri, 2 Nov 2018 10:00:46 -0700 Subject: [PATCH] Increasing GPS_LOCK default privacy level New default setting of 3 configures GNSS HAL to follow device location on/off setting, when considering MO & NI location requests (below the Android Framework) e.g. Control Plane, IMS, etc. Bug: 118881345 Test: Added test logcat, verified value with various sims and no Sim on Pixel 2. Change-Id: I86fe55004962c52837df34a02217f4e404aef67c --- core/res/res/values/config.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index e257a5cdae343..d6450ac8fa832 100644 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -2804,7 +2804,7 @@ LPP_PROFILE=0 USE_EMERGENCY_PDN_FOR_EMERGENCY_SUPL=1 A_GLONASS_POS_PROTOCOL_SELECT=0 - GPS_LOCK=0 + GPS_LOCK=3