frameworks/base/core/res/res/values/config.xml
--- a/core/res/res/values/config.xml
+++ b/core/res/res/values/config.xml
@@ -2037,7 +2037,7 @@
<bool name="config_actionMenuItemAllCaps">true</bool>
<!-- Remote server that can provide NTP responses. -->
- <string translatable="false" name="config_ntpServer">2.android.pool.ntp.org</string>
+ <string translatable="false" name="config_ntpServer">ntp.aliyun.com</string>
<!-- Normal polling frequency in milliseconds -->
<integer name="config_ntpPollingInterval">86400000</integer>
<!-- Try-again polling interval in milliseconds, in case the network request failed -->
在Android系统的配置文件`config.xml`中,NTP服务器地址从`2.android.pool.ntp.org`更改为`ntp.aliyun.com`,正常轮询间隔为86400000毫秒,若请求失败则尝试再次轮询。
2166

被折叠的 条评论
为什么被折叠?



