1<?xml version="1.0" encoding="utf-8"?> 2<resources> 3 <!-- 4 Override configuration for testing. The below settings use the config_ variants, which are 5 normally used by RROs to override the setting with highest priority. --> 6 <integer name="config_captive_portal_dns_probe_timeout">12500</integer> 7 <string name="config_captive_portal_http_url" translatable="false">http://test.android.com</string> 8 <string name="config_captive_portal_https_url" translatable="false">https://secure.test.android.com</string> 9 <string-array name="config_captive_portal_fallback_urls" translatable="false"> 10 <item>http://fallback1.android.com</item> 11 <item>http://fallback2.android.com</item> 12 </string-array> 13 <string-array name="config_captive_portal_fallback_probe_specs" translatable="false"> 14 </string-array> 15</resources> 16