blob: b9d5337ec5726f2a3d6a75e955f15cd12f86153f [file] [log] [blame]
Remi NGUYEN VAN1f8e5282019-04-11 12:26:54 +09001<?xml version="1.0" encoding="utf-8" ?>
2<!-- Copyright (C) 2019 The Android Open Source Project
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15-->
16<resources xmlns:android="http://schemas.android.com/apk/res/android">
17 <overlayable name="NetworkStackConfig">
18 <policy type="product|system|vendor">
19 <!-- Configuration values for NetworkMonitor -->
Lorenzo Colittid575cbf2019-04-24 14:43:50 +090020 <item type="integer" name="config_captive_portal_dns_probe_timeout"/>
Remi NGUYEN VAN1f8e5282019-04-11 12:26:54 +090021 <item type="string" name="config_captive_portal_http_url"/>
22 <item type="string" name="config_captive_portal_https_url"/>
23 <item type="array" name="config_captive_portal_fallback_urls"/>
Xiao Maf69bf632019-04-24 11:28:10 +090024 <!-- Configuration value for DhcpResults -->
25 <item type="array" name="config_default_dns_servers"/>
Remi NGUYEN VAN1f8e5282019-04-11 12:26:54 +090026 </policy>
27 </overlayable>
28</resources>