mirror of
https://github.com/S3NEO/android_device_samsung_msm8226-common.git
synced 2024-11-06 21:55:45 +00:00
f56b6165cf
* 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
21 lines
420 B
Text
21 lines
420 B
Text
################################
|
|
##### FLP settings #####
|
|
################################
|
|
|
|
# For default batch size, set the following
|
|
BATCH_SIZE=20
|
|
|
|
# FLP Capabilities bit mask
|
|
# GEOFENCE = 0x01
|
|
# BATCHING = 0x02
|
|
# default = GEOFENCE | BATCHING
|
|
CAPABILITIES=0x00
|
|
|
|
# FLP accuracy
|
|
# Low accuracy = 0
|
|
# Medium accuracy = 1
|
|
# High accuracy = 2
|
|
ACCURACY=0
|
|
|
|
# FLP geofence responsiveness
|
|
GEOFENCE_RESPONSIVENESS = 0
|