diff options
author | alk3pInjection <webmaster@raspii.tech> | 2021-10-03 17:07:05 +0800 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2021-10-03 17:07:05 +0800 |
commit | 5e3946257fde39657ebe0b199c75641593379475 (patch) | |
tree | eb7481b87c1106ce880e404e4967f9b4385a147c | |
parent | 7ee2ff3f74256bdeac28b056ecb20061d3c8d2e4 (diff) |
NetworkStack: Move to our connectivitycheck serviceHEADlineage-18.1
Change-Id: I7d0bb621108740939735a7c7ffa8e19a3419f75c
-rw-r--r-- | res/values/config.xml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/res/values/config.xml b/res/values/config.xml index 734000f..da90fba 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://conn1.oppomobile.com/generate_204</string> + <string name="default_captive_portal_http_url" translatable="false">http://captive.project-ice.org/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://conn1.oppomobile.com/generate_204</string> + <string name="default_captive_portal_https_url" translatable="false">https://captive.project-ice.org/generate_204</string> <!-- List of fallback URLs to use for detecting captive portals. --> <!-- default_captive_portal_fallback_urls is not configured as overlayable @@ -31,9 +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://conn1.oppomobile.com/generate_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. Empty by default but may be overridden by RROs. --> |