Enable telephony fallback behavior in config.xml
Enable telephony fallback behavior in config.xml. After this change, when geolocation detection is enabled, devices can use telephony detection suggestions after a flight until a "certain" suggestion has been made by the geolocation detection code. Bug: 197624972 Test: build / boot / treehugger Change-Id: I247992a1441310b8601cf563a4acdb84bbd6d097
This commit is contained in:
@@ -1807,7 +1807,7 @@
|
||||
latency during some scenarios like air travel. Only useful when both geolocation and
|
||||
telephony time zone detection are supported on a device.
|
||||
See com.android.server.timezonedetector.TimeZoneDetectorStrategy for more information. -->
|
||||
<bool name="config_supportTelephonyTimeZoneFallback" translatable="false">false</bool>
|
||||
<bool name="config_supportTelephonyTimeZoneFallback" translatable="false">true</bool>
|
||||
|
||||
<!-- Whether to enable network location overlay which allows network location provider to be
|
||||
replaced by an app at run-time. When disabled, only the
|
||||
|
||||
Reference in New Issue
Block a user