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:
Doris Ling
2017-05-30 17:28:06 -07:00
parent 26bd4d1807
commit 1e914eb875
3 changed files with 37 additions and 80 deletions

View File

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