diff options
| author | 2018-11-09 05:50:13 -0800 | |
|---|---|---|
| committer | 2018-11-09 05:50:13 -0800 | |
| commit | 2f2d1294d03ea4e87eef97b2d79615e178cde2ba (patch) | |
| tree | 2a333a8463857f6f2741b8000fe5797a549401f0 | |
| parent | ed0f12628d116e17cba83a503fbc1a2e97834347 (diff) | |
Updating GPS_LOCK to 3 in base carrier files
Bug: 118881345
Test: Builds, and similar to device tested ag/5428497
Change-Id: I5e5998e0fb88d751b21b167ee7d4f040dd411836
| -rw-r--r-- | core/res/res/values-mcc302-mnc220/config.xml | 2 | ||||
| -rw-r--r-- | core/res/res/values-mcc302-mnc221/config.xml | 2 | ||||
| -rw-r--r-- | core/res/res/values-mcc302-mnc370/config.xml | 2 | ||||
| -rw-r--r-- | core/res/res/values-mcc302-mnc610/config.xml | 2 | ||||
| -rw-r--r-- | core/res/res/values-mcc302-mnc640/config.xml | 2 | ||||
| -rw-r--r-- | core/res/res/values-mcc302-mnc720/config.xml | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/core/res/res/values-mcc302-mnc220/config.xml b/core/res/res/values-mcc302-mnc220/config.xml index 13f6bce4d30e..f74a3acbd07b 100644 --- a/core/res/res/values-mcc302-mnc220/config.xml +++ b/core/res/res/values-mcc302-mnc220/config.xml @@ -44,7 +44,7 @@ <item>LPP_PROFILE=3</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> </resources> diff --git a/core/res/res/values-mcc302-mnc221/config.xml b/core/res/res/values-mcc302-mnc221/config.xml index d45b91a7b74b..15db4b043529 100644 --- a/core/res/res/values-mcc302-mnc221/config.xml +++ b/core/res/res/values-mcc302-mnc221/config.xml @@ -42,7 +42,7 @@ <item>LPP_PROFILE=3</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> </resources> diff --git a/core/res/res/values-mcc302-mnc370/config.xml b/core/res/res/values-mcc302-mnc370/config.xml index b520d5d95a34..d22fdf0b7880 100644 --- a/core/res/res/values-mcc302-mnc370/config.xml +++ b/core/res/res/values-mcc302-mnc370/config.xml @@ -45,7 +45,7 @@ <item>LPP_PROFILE=2</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> </resources> diff --git a/core/res/res/values-mcc302-mnc610/config.xml b/core/res/res/values-mcc302-mnc610/config.xml index 650aa62b4a4e..10b007e9850d 100644 --- a/core/res/res/values-mcc302-mnc610/config.xml +++ b/core/res/res/values-mcc302-mnc610/config.xml @@ -32,7 +32,7 @@ <item>LPP_PROFILE=2</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> </resources> diff --git a/core/res/res/values-mcc302-mnc640/config.xml b/core/res/res/values-mcc302-mnc640/config.xml index 4bb68dcf04be..657d1e77c4ab 100644 --- a/core/res/res/values-mcc302-mnc640/config.xml +++ b/core/res/res/values-mcc302-mnc640/config.xml @@ -28,7 +28,7 @@ <item>LPP_PROFILE=2</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> </resources> diff --git a/core/res/res/values-mcc302-mnc720/config.xml b/core/res/res/values-mcc302-mnc720/config.xml index 11bfa056d295..e63a429b514d 100644 --- a/core/res/res/values-mcc302-mnc720/config.xml +++ b/core/res/res/values-mcc302-mnc720/config.xml @@ -47,7 +47,7 @@ <item>LPP_PROFILE=2</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> </resources> |