diff options
| author | 2018-11-09 16:00:30 +0000 | |
|---|---|---|
| committer | 2018-11-09 16:00:30 +0000 | |
| commit | 25d07aadb5cb8aab6f9d9420ae7e9a62e99095cc (patch) | |
| tree | 79f23c46109c278bb445dee9e3f5e315b278869e | |
| parent | 1fa34b08fb8a00aad8ae2bc7d5a32db8edb06a26 (diff) | |
| parent | c96aac0ed709e8782a4e435c19ada1d430570562 (diff) | |
Merge "Increasing GPS_LOCK default privacy level"
| -rw-r--r-- | core/res/res/values/config.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index a8c78a686d28..bca72f44bd57 100644 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -2793,7 +2793,7 @@ <item>LPP_PROFILE=0</item> <item>USE_EMERGENCY_PDN_FOR_EMERGENCY_SUPL=1</item> <item>A_GLONASS_POS_PROTOCOL_SELECT=0</item> - <item>GPS_LOCK=0</item> + <item>GPS_LOCK=3</item> </string-array> <!-- Sprint need a 70 ms delay for 3way call --> |