Update summary for Hotspot & Tethering.
- change summary for Bluetooth tethering and USB tethering to static text. - add strings for Wi-Fi hotspot settings page. Bug: 62069132 Test: manual Change-Id: Ibc550da33c192c604b65eb75d16c6c15a8b1ff7a
This commit is contained in:
@@ -19,7 +19,8 @@
|
||||
|
||||
<SwitchPreference
|
||||
android:key="usb_tether_settings"
|
||||
android:title="@string/usb_tethering_button_text" />
|
||||
android:title="@string/usb_tethering_button_text"
|
||||
android:summary="@string/usb_tethering_subtext"/>
|
||||
|
||||
<SwitchPreference
|
||||
android:key="enable_wifi_ap"
|
||||
@@ -33,7 +34,8 @@
|
||||
|
||||
<SwitchPreference
|
||||
android:key="enable_bluetooth_tethering"
|
||||
android:title="@string/bluetooth_tether_checkbox_text" />
|
||||
android:title="@string/bluetooth_tether_checkbox_text"
|
||||
android:summary="@string/bluetooth_tethering_subtext"/>
|
||||
|
||||
<Preference
|
||||
android:key="disabled_on_data_saver"
|
||||
|
||||
Reference in New Issue
Block a user