blob: 4c78a74d535880e8cbd3f76c6de26575866bab56 [file] [log] [blame]
markchiendcc69622020-01-12 17:13:58 +08001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2020 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="TetheringConfig">
18 <policy type="product|system|vendor">
Automerger Merge Worker2d7bacc2020-03-09 08:54:00 +000019 <!-- Params from config.xml that can be overlaid -->
markchiendcc69622020-01-12 17:13:58 +080020 <item type="array" name="config_tether_usb_regexs"/>
Milim Lee31ef4c02019-10-17 05:02:33 +090021 <item type="array" name="config_tether_ncm_regexs" />
markchiendcc69622020-01-12 17:13:58 +080022 <item type="array" name="config_tether_wifi_regexs"/>
23 <item type="array" name="config_tether_wifi_p2p_regexs"/>
24 <item type="array" name="config_tether_bluetooth_regexs"/>
25 <item type="array" name="config_tether_dhcp_range"/>
markchien2dfee022020-01-13 16:09:42 +080026 <item type="bool" name="config_tether_enable_legacy_dhcp_server"/>
junyulaiaea13ae2020-04-30 15:21:55 +080027 <item type="integer" name="config_tether_offload_poll_interval"/>
markchiendcc69622020-01-12 17:13:58 +080028 <item type="array" name="config_tether_upstream_types"/>
29 <item type="bool" name="config_tether_upstream_automatic"/>
30 <!-- Configuration values for tethering entitlement check -->
31 <item type="array" name="config_mobile_hotspot_provision_app"/>
32 <item type="string" name="config_mobile_hotspot_provision_app_no_ui"/>
33 <item type="string" name="config_mobile_hotspot_provision_response"/>
34 <item type="integer" name="config_mobile_hotspot_provision_check_period"/>
35 <item type="string" name="config_wifi_tether_enable"/>
Automerger Merge Worker2d7bacc2020-03-09 08:54:00 +000036 <!-- Params from config.xml that can be overlaid -->
markchiendcc69622020-01-12 17:13:58 +080037 </policy>
38 </overlayable>
39</resources>