1<?xml version="1.0" encoding="utf-8"?>
2<resources>
3    <!-- Network validation URL configuration for devices using a Chinese SIM (MCC 460).
4         The below URLs are often whitelisted by captive portals, so they should not be used in the
5         general case as this could degrade the user experience (portals not detected properly).
6         However in China the default URLs are not accessible in general. The below alternatives
7         should allow users to connect to local networks normally. -->
8    <!-- default_captive_portal_https_url is not configured as overlayable so
9         OEMs that wish to change captive_portal_https_url configuration must
10         do so via configuring runtime resource overlay to
11         config_captive_portal_https_url and *NOT* by changing or overlaying
12         this resource. It will break if the enforcement of overlayable starts.
13         -->
14    <string name="default_captive_portal_https_url" translatable="false">https://connectivitycheck.gstatic.com/generate_204</string>
15    <!-- default_captive_portal_fallback_urls is not configured as overlayable
16         so OEMs that wish to change captive_portal_fallback_urls configuration
17         must do so via configuring runtime resource overlay to
18         config_captive_portal_fallback_urls and *NOT* by changing or overlaying
19         this resource. It will break if the enforcement of overlayable starts.
20         -->
21    <string-array name="default_captive_portal_fallback_urls" translatable="false">
22        <item>http://www.googleapis.cn/generate_204</item>
23    </string-array>
24</resources>
25