blob: fd4a8481ab2254568fed4625cef11ef56311bb37 [file] [log] [blame]
Remi NGUYEN VAN7035b792019-04-12 05:54:46 -07001<?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 <string name="default_captive_portal_https_url" translatable="false">https://connectivitycheck.gstatic.com/generate_204</string>
9 <string-array name="default_captive_portal_fallback_urls" translatable="false">
10 <item>http://www.googleapis.cn/generate_204</item>
11 </string-array>
12</resources>