Merge "Set On Demand Time as default in gps.conf"

This commit is contained in:
Linux Build Service Account 2013-05-09 19:41:05 -07:00 committed by Gerrit - the friendly Code Review server
commit ded83e6045

View file

@ -27,12 +27,12 @@ INTERMEDIATE_POS=0
SUPL_VER=0x10000
# GPS Capabilities bit mask
# SCHEDULING = 1
# MSB = 2
# MSA = 4
# SCHEDULING = 0x01
# MSB = 0x02
# MSA = 0x04
# ON_DEMAND_TIME = 0x10
# default = MSA | MSB | SCHEDULING
CAPABILITIES=0x7
# default = ON_DEMAND_TIME | MSA | MSB | SCHEDULING
CAPABILITIES=0x17
# Accuracy threshold for intermediate positions
# less accurate positions are ignored, 0 for passing all positions