blob: 9367a9bbf6230aa8251bf18ad77b2d9c9849dc01 [file] [log] [blame]
Robert Greenwalt3901edb2010-01-26 10:22:37 -08001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2008 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
Doris Ling03a3b512017-10-18 14:25:01 -070017<PreferenceScreen
18 xmlns:android="http://schemas.android.com/apk/res/android"
19 xmlns:settings="http://schemas.android.com/apk/res-auto"
20 android:title="@string/tether_settings_title_all">
Robert Greenwalt3901edb2010-01-26 10:22:37 -080021
chenedward91268872018-03-27 10:59:54 +080022 <com.android.settings.widget.FixedLineSummaryPreference
Fan Zhang78d5efd2017-06-06 16:55:53 -070023 android:key="wifi_tether"
Fan Zhang325d28a2017-07-25 13:25:39 -070024 android:title="@string/wifi_hotspot_checkbox_text"
Arc Wang7a216762019-10-14 16:10:07 +080025 android:summary="@string/summary_placeholder"
chenedward91268872018-03-27 10:59:54 +080026 android:fragment="com.android.settings.wifi.tether.WifiTetherSettings"
27 settings:summaryLineCount="2" />
Fan Zhang78d5efd2017-06-06 16:55:53 -070028
PauloftheWest656c88c2014-08-24 11:59:35 -070029 <SwitchPreference
Robert Greenwalt209177a2010-03-04 13:29:02 -080030 android:key="usb_tether_settings"
Doris Ling1e914eb2017-05-30 17:28:06 -070031 android:title="@string/usb_tethering_button_text"
Chilund3358d82018-03-26 18:28:56 +080032 android:summary="@string/usb_tethering_subtext"
33 settings:keywords="@string/keywords_hotspot_tethering" />
Irfan Sheriff65cff172010-02-08 10:46:30 -080034
PauloftheWest656c88c2014-08-24 11:59:35 -070035 <SwitchPreference
Danica Chang32711b62010-08-10 18:41:29 -070036 android:key="enable_bluetooth_tethering"
Doris Ling1e914eb2017-05-30 17:28:06 -070037 android:title="@string/bluetooth_tether_checkbox_text"
Chilund3358d82018-03-26 18:28:56 +080038 android:summary="@string/bluetooth_tethering_subtext"
39 settings:keywords="@string/keywords_hotspot_tethering" />
Danica Chang32711b62010-08-10 18:41:29 -070040
Yuuki Habu557e4572020-02-05 16:24:52 +090041 <SwitchPreference
42 android:key="enable_ethernet_tethering"
43 android:title="@string/ethernet_tether_checkbox_text"
44 android:summary="@string/ethernet_tethering_subtext"
45 settings:keywords="@string/keywords_hotspot_tethering" />
46
Fan Zhangd80117d2017-05-04 11:28:16 -070047 <Preference
48 android:key="disabled_on_data_saver"
49 android:summary="@string/tether_settings_disabled_on_data_saver"
50 android:selectable="false"
51 settings:allowDividerAbove="true" />
Sunny Shaoa6c0bd52019-08-14 14:46:23 +080052
53 <com.android.settingslib.widget.FooterPreference
54 android:key="tether_prefs_footer"
Sunny Shaoa6c0bd52019-08-14 14:46:23 +080055 android:selectable="false"
56 settings:searchable="false"/>
Robert Greenwalt3901edb2010-01-26 10:22:37 -080057</PreferenceScreen>