blob: 2c8046ffd781a6dc94b22f8c9b34363ad2c97896 [file] [log] [blame]
<?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>