• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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    <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>
13