Loading overlay/common/frameworks/base/core/res/res/values/config.xml +6 −2 Original line number Diff line number Diff line Loading @@ -39,8 +39,12 @@ --> <bool name="config_enableFusedLocationOverlay" translatable="false">true</bool> <!-- Remote server that can provide NTP responses. --> <string name="config_ntpServer" translatable="false">pool.ntp.org</string> <!-- SNTP client config: NTP servers to use to obtain an accurate time. Items must be in the form: "ntp://<host>[:port]" This is not a registered IANA URI scheme. --> <string-array translatable="false" name="config_ntpServers"> <item>ntp://pool.ntp.org</item> </string-array> <!-- IP address of the dns server to use if nobody else suggests one --> <string name="config_default_dns_server" translatable="false">9.9.9.9</string> Loading Loading
overlay/common/frameworks/base/core/res/res/values/config.xml +6 −2 Original line number Diff line number Diff line Loading @@ -39,8 +39,12 @@ --> <bool name="config_enableFusedLocationOverlay" translatable="false">true</bool> <!-- Remote server that can provide NTP responses. --> <string name="config_ntpServer" translatable="false">pool.ntp.org</string> <!-- SNTP client config: NTP servers to use to obtain an accurate time. Items must be in the form: "ntp://<host>[:port]" This is not a registered IANA URI scheme. --> <string-array translatable="false" name="config_ntpServers"> <item>ntp://pool.ntp.org</item> </string-array> <!-- IP address of the dns server to use if nobody else suggests one --> <string name="config_default_dns_server" translatable="false">9.9.9.9</string> Loading