Merge "Update Tether Settings UI."
This commit is contained in:
committed by
Android (Google) Code Review
commit
5e3c7670a2
@@ -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 -->
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user