diff options
| author | Sultanxda <sultanxda@gmail.com> | 2016-06-02 22:12:36 -0700 |
|---|---|---|
| committer | Subhrajyoti Sen <subhrajyoti12@gmail.com> | 2017-06-20 22:29:11 +0530 |
| commit | 05a8b271e4c4f7d7fae7cd9953198c96194eb6ed (patch) | |
| tree | 70351fc3decd19105cd9a0a5270b46ebc7ef47b1 | |
| parent | 2fadd45251e933a0091be1c3618a8be2700c4be9 (diff) | |
onyx: Clean up GPS config
*If MSA and MSB are enabled, then only MSB will be used
*SUPL host and port are supl.google.com and 7275 by default, respectively
*Default SUPL mode is MSB, so we don't need to override it here
Signed-off-by: CheckYourScreen <nimitmehta95@gmail.com>
Conflicts:
gps/gps.conf
Change-Id: I1410c5a2d2138edd721fa0cdc5eb60ac734bc271
| -rw-r--r-- | gps/gps.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gps/gps.conf b/gps/gps.conf index c418a21..a6efd9b 100644 --- a/gps/gps.conf +++ b/gps/gps.conf @@ -63,7 +63,7 @@ USE_EMERGENCY_PDN_FOR_EMERGENCY_SUPL=1 # ON_DEMAND_TIME = 0x10 # GEOFENCE = 0x20 # default = ON_DEMAND_TIME | MSA | MSB | SCHEDULING | GEOFENCE -CAPABILITIES=0x31 +CAPABILITIES=0x33 # Accuracy threshold for intermediate positions # less accurate positions are ignored, 0 for passing all positions |
