mirror of
https://github.com/S3NEO/android_device_samsung_msm8226-common.git
synced 2024-11-06 21:55:45 +00:00
msm8226-common: Disable QC HW FLP HAL
* Something inside the HAL keeps choosing to use inaccurate locations even when more accurate GNP/GNSS location is available. Since we don't have any visibility into this component, disable it. Change-Id: I84f5cf142ec9d5c4ea95b54b0bd16c54de2b1743
This commit is contained in:
parent
91c22bd95e
commit
f56b6165cf
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ BATCH_SIZE=20
|
|||
# GEOFENCE = 0x01
|
||||
# BATCHING = 0x02
|
||||
# default = GEOFENCE | BATCHING
|
||||
CAPABILITIES=0x03
|
||||
CAPABILITIES=0x00
|
||||
|
||||
# FLP accuracy
|
||||
# Low accuracy = 0
|
||||
|
|
Loading…
Reference in a new issue