summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorRobert Greenwalt <robdroid@android.com>2010-03-05 19:00:30 -0800
committerRobert Greenwalt <robdroid@android.com>2010-03-09 11:19:37 -0800
commit204e7c1a6ed3ad9c89e6e10fc59fc8551817c2be (patch)
treeb9144c937458062560e7bb7890580b6ae0990880 /res/xml
parentb7411b49c70133adebd8488a7180e8ac14c4058c (diff)
downloadpackages_apps_Settings-204e7c1a6ed3ad9c89e6e10fc59fc8551817c2be.zip
packages_apps_Settings-204e7c1a6ed3ad9c89e6e10fc59fc8551817c2be.tar.gz
packages_apps_Settings-204e7c1a6ed3ad9c89e6e10fc59fc8551817c2be.tar.bz2
Clean up the tethering settings screen a bit.
Change-Id: Iadd1cf9245a5ccd38537050a6b6c9d9390400b20
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/tether_prefs.xml36
1 files changed, 15 insertions, 21 deletions
diff --git a/res/xml/tether_prefs.xml b/res/xml/tether_prefs.xml
index bdf693f..d9ba2c5 100644
--- a/res/xml/tether_prefs.xml
+++ b/res/xml/tether_prefs.xml
@@ -22,26 +22,20 @@
android:title="@string/usb_tethering_button_text"
android:persistent="false" />
- <PreferenceCategory
- android:key="wifi_category"
- android:title="@string/wifi">
-
- <CheckBoxPreference
- android:key="enable_wifi_ap"
- android:title="@string/wifi_tether_checkbox_text"
- android:persistent="false" />
-
- <PreferenceScreen
- android:key="wifi_ap_settings"
- android:dependency="enable_wifi_ap"
- android:title="@string/wifi_tether_settings_text"
- android:summary="@string/wifi_tether_settings_subtext" >
- <intent
- android:action="android.intent.action.MAIN"
- android:targetPackage="com.android.settings"
- android:targetClass="com.android.settings.wifi.WifiApSettings" />
- </PreferenceScreen>
-
- </PreferenceCategory>
+ <CheckBoxPreference
+ android:key="enable_wifi_ap"
+ android:title="@string/wifi_tether_checkbox_text"
+ android:persistent="false" />
+
+ <PreferenceScreen
+ android:key="wifi_ap_settings"
+ android:dependency="enable_wifi_ap"
+ android:title="@string/wifi_tether_settings_text"
+ android:summary="@string/wifi_tether_settings_subtext" >
+ <intent
+ android:action="android.intent.action.MAIN"
+ android:targetPackage="com.android.settings"
+ android:targetClass="com.android.settings.wifi.WifiApSettings" />
+ </PreferenceScreen>
</PreferenceScreen>