diff options
| author | Robert Greenwalt <robdroid@android.com> | 2010-03-04 12:52:28 -0800 |
|---|---|---|
| committer | Robert Greenwalt <robdroid@android.com> | 2010-03-04 12:52:28 -0800 |
| commit | 0affd6a00257835980a0919b2aaf2c378194f99b (patch) | |
| tree | 420fb6a2a0d54b9960568282127b534342609f2f /res | |
| parent | c62739408ce42c50e23183d4a72009fa8b31445c (diff) | |
| download | packages_apps_Settings-0affd6a00257835980a0919b2aaf2c378194f99b.zip packages_apps_Settings-0affd6a00257835980a0919b2aaf2c378194f99b.tar.gz packages_apps_Settings-0affd6a00257835980a0919b2aaf2c378194f99b.tar.bz2 | |
Update Tether Settings UI.
Remove the USB notification option.
Diffstat (limited to 'res')
| -rw-r--r-- | res/values/strings.xml | 4 | ||||
| -rw-r--r-- | res/xml/tether_prefs.xml | 5 |
2 files changed, 0 insertions, 9 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 410fbf0..2c42797 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -1352,10 +1352,6 @@ <!-- Title of the screen for adjusting tethering settings --> <string name="tether_screen_title">Tethering settings</string> - <!-- Tethering notification toggle - controls whether a notification will appear when a tetherable connection becomes available --> - <string name="enable_tether_notice_checkbox">Notifications</string> - <!-- Tethering notification summary explains the notification toggle --> - <string name="enable_tether_notice_checkbox_summary">Show a notification when USB tethering is available</string> <!-- USB Tethering options --> <string name="usb_tethering_button_text">USB tethering</string> <!-- USB available subtext - shown when USB is connected but not currently being tethered --> diff --git a/res/xml/tether_prefs.xml b/res/xml/tether_prefs.xml index 321129f..b903eaf 100644 --- a/res/xml/tether_prefs.xml +++ b/res/xml/tether_prefs.xml @@ -27,9 +27,4 @@ android:targetClass="com.android.internal.app.TetherActivity" /> </PreferenceScreen> - <CheckBoxPreference - android:key="enable_tether_notice" - android:title="@string/enable_tether_notice_checkbox" - android:summary="@string/enable_tether_notice_checkbox_summary"/> - </PreferenceScreen> |
