summaryrefslogtreecommitdiffstats
path: root/core/res
diff options
context:
space:
mode:
authorJeff Sharkey <jsharkey@android.com>2012-04-10 13:48:10 -0700
committerJeff Sharkey <jsharkey@android.com>2012-04-10 13:48:10 -0700
commit40caf8f4432acd2b9d9230b2b1371660521415c2 (patch)
tree659eb95e73b9863aafab8788b2c15b5ef0e06a5a /core/res
parentd3ce6f50c114f58a3f50e44764e9b315ac41f637 (diff)
downloadframeworks_base-40caf8f4432acd2b9d9230b2b1371660521415c2.zip
frameworks_base-40caf8f4432acd2b9d9230b2b1371660521415c2.tar.gz
frameworks_base-40caf8f4432acd2b9d9230b2b1371660521415c2.tar.bz2
Move to Android-specific NTP pool.
Use "2.android.pool.ntp.org" since it returns both IPv4 and IPv6 addresses. Verified that NTP client works correctly on both. Change-Id: I0187ef4a6d3b353cfcc77957b1303ca01c67cbe9
Diffstat (limited to 'core/res')
-rwxr-xr-xcore/res/res/values/config.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml
index e80e30a..31aa8d5 100755
--- a/core/res/res/values/config.xml
+++ b/core/res/res/values/config.xml
@@ -817,7 +817,7 @@
<bool name="config_allowActionMenuItemTextWithIcon">false</bool>
<!-- Remote server that can provide NTP responses. -->
- <string translatable="false" name="config_ntpServer">pool.ntp.org</string>
+ <string translatable="false" name="config_ntpServer">2.android.pool.ntp.org</string>
<!-- Timeout to wait for NTP server response. -->
<integer name="config_ntpTimeout">20000</integer>