diff --git a frameworks/core/res/res/values/config.xml b/core/res/res/values/config.xml
index ac7df16..5c32bc6 100644
--- a frameworks/core/res/res/values/config.xml
+++ b frameworks/core/res/res/values/config.xml
@@ -2024,11 +2024,11 @@
<bool name="config_actionMenuItemAllCaps">true</bool>
<!-- Remote server that can provide NTP responses. -->
- <string translatable="false" name="config_ntpServer">time.android.com</string>
+ <string translatable="false" name="config_ntpServer">ntp1.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 -->
- <integer name="config_ntpPollingIntervalShorter">60000</integer>
+ <integer name="config_ntpPollingIntervalShorter">6000</integer>
<!-- Number of times to try again with the shorter interval, before backing
off until the normal polling interval. A value < 0 indicates infinite. -->
<integer name="config_ntpRetry">3</integer>
android 系统中,国外反馈时间不同步问题。修改不同的时间服务器和同步时间。
最新推荐文章于 2025-08-09 18:15:57 发布
本文档介绍了在Android系统中遇到的国外反馈时间不同步的问题,并提供了修改配置以使用不同的时间服务器(从time.android.com更改为ntp1.aliyun.com)以解决此问题的详细步骤。同时,还调整了正常的和尝试再次同步的时间间隔,以提高同步成功率。
959

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



