android_device_samsung_msm8.../gps/flp.conf
Matt Filetto f56b6165cf 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
2016-05-17 12:22:01 +05:30

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