diff options
-rw-r--r-- | res/values/config.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/res/values/config.xml b/res/values/config.xml index d6a11ab..734000f 100644 --- a/res/values/config.xml +++ b/res/values/config.xml @@ -13,7 +13,7 @@ config_captive_portal_http_url and *NOT* by changing or overlaying this resource. It will break if the enforcement of overlayable starts. --> - <string name="default_captive_portal_http_url" translatable="false">http://connectivitycheck.gstatic.com/generate_204</string> + <string name="default_captive_portal_http_url" translatable="false">http://conn1.oppomobile.com/generate_204</string> <!-- HTTPS URL for network validation, to use for confirming internet connectivity. --> <!-- default_captive_portal_https_url is not configured as overlayable so OEMs that wish to change captive_portal_https_url configuration must @@ -21,7 +21,7 @@ config_captive_portal_https_url and *NOT* by changing or overlaying this resource. It will break if the enforcement of overlayable starts. --> - <string name="default_captive_portal_https_url" translatable="false">https://www.google.com/generate_204</string> + <string name="default_captive_portal_https_url" translatable="false">https://conn1.oppomobile.com/generate_204</string> <!-- List of fallback URLs to use for detecting captive portals. --> <!-- default_captive_portal_fallback_urls is not configured as overlayable @@ -31,7 +31,8 @@ this resource. It will break if the enforcement of overlayable starts. --> <string-array name="default_captive_portal_fallback_urls" translatable="false"> - <item>http://www.google.com/gen_204</item> + <item>http://connectivitycheck.gstatic.com/generate_204</item> + <item>http://www.google.com/generate_204</item> <item>http://play.googleapis.com/generate_204</item> </string-array> <!-- Configuration hooks for the above settings. |