diff options
author | PauloftheWest <paulofthewest@google.com> | 2014-08-24 11:59:35 -0700 |
---|---|---|
committer | PauloftheWest <paulofthewest@google.com> | 2014-08-25 08:45:05 -0700 |
commit | 656c88cb7142595ae96e17b5ecef4fb5f511779f (patch) | |
tree | fcbf77b53df2e9e88f06b25abd1568c3b7c6de74 /res/xml | |
parent | 8fe710682ad3f5a5ac0ed1393f3d934bea122bc5 (diff) | |
download | packages_apps_Settings-656c88cb7142595ae96e17b5ecef4fb5f511779f.zip packages_apps_Settings-656c88cb7142595ae96e17b5ecef4fb5f511779f.tar.gz packages_apps_Settings-656c88cb7142595ae96e17b5ecef4fb5f511779f.tar.bz2 |
Updated Tethering and portable hotspot to use switches.
Bug: 17020102
Change-Id: I5da1745d4ea9545f8960c015ca6858fb0a34de0d
Diffstat (limited to 'res/xml')
-rw-r--r-- | res/xml/tether_prefs.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/res/xml/tether_prefs.xml b/res/xml/tether_prefs.xml index 81f6f3a..7a70306 100644 --- a/res/xml/tether_prefs.xml +++ b/res/xml/tether_prefs.xml @@ -16,12 +16,12 @@ <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"> - <CheckBoxPreference + <SwitchPreference android:key="usb_tether_settings" android:title="@string/usb_tethering_button_text" android:persistent="false" /> - <CheckBoxPreference + <SwitchPreference android:key="enable_wifi_ap" android:title="@string/wifi_tether_checkbox_text" android:persistent="false" /> @@ -31,7 +31,7 @@ android:title="@string/wifi_tether_configure_ap_text" android:persistent="false" /> - <CheckBoxPreference + <SwitchPreference android:key="enable_bluetooth_tethering" android:title="@string/bluetooth_tether_checkbox_text" android:persistent="false" /> |