| <?xml version="1.0" encoding="utf-8"?> |
| <resources> |
| <!-- |
| Override configuration for testing. The below settings use the config_ variants, which are |
| normally used by RROs to override the setting with highest priority. --> |
| <integer name="config_captive_portal_dns_probe_timeout">12500</integer> |
| <string name="config_captive_portal_http_url" translatable="false">http://test.android.com</string> |
| <string name="config_captive_portal_https_url" translatable="false">https://secure.test.android.com</string> |
| <string-array name="config_captive_portal_fallback_urls" translatable="false"> |
| <item>http://fallback1.android.com</item> |
| <item>http://fallback2.android.com</item> |
| </string-array> |
| <string-array name="config_captive_portal_fallback_probe_specs" translatable="false"> |
| </string-array> |
| </resources> |