diff options
author | Almaz Mingaleev <mingaleev@google.com> | 2021-02-12 08:10:37 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2021-02-12 08:10:37 +0000 |
commit | a36c8d2b6a55e70aaf7c3584b3366e4929133cff (patch) | |
tree | 7ff23b51385d0fbc270b13b08a5a8915d298de14 /core/res | |
parent | da21df3a17b2a684913aa16aeeb3b188501771f3 (diff) | |
parent | d2dda0e8d3f51fe598ee3869914e1f583ea86fc3 (diff) |
Merge "Prioritise NTP over NITZ in time detection."
Diffstat (limited to 'core/res')
-rw-r--r-- | core/res/res/values/config.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index 20cb27085661..ee45249c2030 100644 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -1547,8 +1547,8 @@ take precedence over lower ones. See com.android.server.timedetector.TimeDetectorStrategy for available sources. --> <string-array name="config_autoTimeSourcesPriority"> - <item>telephony</item> <item>network</item> + <item>telephony</item> </string-array> <!-- Enables the TimeZoneRuleManager service. This is the global switch for the updateable time |