markchien | 6fbbdff | 2020-01-12 17:13:58 +0800 | [diff] [blame^] | 1 | <?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"> |
| 19 | <item type="array" name="config_tether_usb_regexs"/> |
| 20 | <item type="array" name="config_tether_wifi_regexs"/> |
| 21 | <item type="array" name="config_tether_wifi_p2p_regexs"/> |
| 22 | <item type="array" name="config_tether_bluetooth_regexs"/> |
| 23 | <item type="array" name="config_tether_dhcp_range"/> |
| 24 | <item type="array" name="config_tether_upstream_types"/> |
| 25 | <item type="bool" name="config_tether_upstream_automatic"/> |
| 26 | <!-- Configuration values for tethering entitlement check --> |
| 27 | <item type="array" name="config_mobile_hotspot_provision_app"/> |
| 28 | <item type="string" name="config_mobile_hotspot_provision_app_no_ui"/> |
| 29 | <item type="string" name="config_mobile_hotspot_provision_response"/> |
| 30 | <item type="integer" name="config_mobile_hotspot_provision_check_period"/> |
| 31 | <item type="string" name="config_wifi_tether_enable"/> |
| 32 | </policy> |
| 33 | </overlayable> |
| 34 | </resources> |