diff options
| author | Robert Greenwalt <robdroid@android.com> | 2010-03-04 13:26:29 -0800 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2010-03-04 13:26:29 -0800 |
| commit | 5e3c7670a26de0f2a623a60ead2e900fe5080b0c (patch) | |
| tree | 24a738b493097adb75c9590354f69d724b3f591b /res | |
| parent | f4c4b59f13a0cadd55832004e56ff7b6d827f7f0 (diff) | |
| parent | 0affd6a00257835980a0919b2aaf2c378194f99b (diff) | |
| download | packages_apps_Settings-5e3c7670a26de0f2a623a60ead2e900fe5080b0c.zip packages_apps_Settings-5e3c7670a26de0f2a623a60ead2e900fe5080b0c.tar.gz packages_apps_Settings-5e3c7670a26de0f2a623a60ead2e900fe5080b0c.tar.bz2 | |
Merge "Update Tether Settings UI."
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> |
