--- a/frameworks/base/core/res/res/values/config.xml
+++ b/frameworks/base/core/res/res/values/config.xml
@@ -1622,7 +1622,7 @@
-
+
diff --git a/frameworks/base/services/core/java/com/android/server/NetworkTimeUpdateService.java b/frameworks/base/services/core/java/com/android/server/Netw
orkTimeUpdateService.java
index 7c07d09..f49595e 100755
--- a/frameworks/base/services/core/java/com/android/server/NetworkTimeUpdateService.java
+++ b/frameworks/base/services/core/java/com/android/server/NetworkTimeUpdateService.java
@@ -140,11 +140,16 @@ public class NetworkTimeUpdateService extends Binder {
//M: For multiple NTP server retry
private ArrayList
private String mDefaultServer;
- private static final String[] SERVERLIST = new String[]{
- "hshh.org",
- "time.apple.com",
- "time-a.nist.gov"
- };
+ //private static final String[] SERVERLIST = new String[]{
+ // "hshh.org",
+ // "time.apple.com",
+ // "time-a.nist.gov"
+ // };
+ private static final String[] SERVERLIST = new String[]{
+ "ntp2.aliyun.com",
+ "ntp3.aliyun.com",
+ "ntp4.aliyun.com"
+ };