overlay: Update NTP server overlay for Chinese users
The resource key is changed in Android 14. Furthermore, it is now possible to specify multiple servers. Change-Id: I7ee977300a63f623f29a4697b43df7233143818c
This commit is contained in:
parent
3e40451715
commit
03b20d8756
1 changed files with 9 additions and 2 deletions
|
@ -19,6 +19,13 @@
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||||
<!-- Remote server that can provide NTP responses. -->
|
<!-- SNTP client config: NTP servers to use to obtain an accurate time.
|
||||||
<string translatable="false" name="config_ntpServer">ntp.ntsc.ac.cn</string>
|
Items must be in the form: "ntp://<host>[:port]"
|
||||||
|
This is not a registered IANA URI scheme. -->
|
||||||
|
<string-array translatable="false" name="config_ntpServers">
|
||||||
|
<item>ntp://ntp.aliyun.com</item>
|
||||||
|
<item>ntp://ntp.tencent.com</item>
|
||||||
|
<item>ntp://ntp.ntsc.ac.cn</item>
|
||||||
|
</string-array>
|
||||||
|
|
||||||
</resources>
|
</resources>
|
||||||
|
|
Loading…
Reference in a new issue