Merge "Update Tether Settings UI."

This commit is contained in:
Robert Greenwalt
2010-03-04 13:26:29 -08:00
committed by Android (Google) Code Review
3 changed files with 0 additions and 29 deletions

View File

@@ -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 -->

View File

@@ -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>