diff options
Diffstat (limited to 'res/xml/tether_prefs.xml')
-rw-r--r-- | res/xml/tether_prefs.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/res/xml/tether_prefs.xml b/res/xml/tether_prefs.xml index 7a70306..2f67dc4 100644 --- a/res/xml/tether_prefs.xml +++ b/res/xml/tether_prefs.xml @@ -17,11 +17,6 @@ <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"> <SwitchPreference - android:key="usb_tether_settings" - android:title="@string/usb_tethering_button_text" - android:persistent="false" /> - - <SwitchPreference android:key="enable_wifi_ap" android:title="@string/wifi_tether_checkbox_text" android:persistent="false" /> @@ -32,6 +27,11 @@ android:persistent="false" /> <SwitchPreference + android:key="usb_tether_settings" + android:title="@string/usb_tethering_button_text" + android:persistent="false" /> + + <SwitchPreference android:key="enable_bluetooth_tethering" android:title="@string/bluetooth_tether_checkbox_text" android:persistent="false" /> |