android 系统中,国外反馈时间不同步问题。修改不同的时间服务器和同步时间。

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 -->
-    


版权声明:本文为liaobinliaobin原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。