You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
851 B
16 lines
851 B
<?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>
|