Merge "Add new strings for Wi-Fi hotspot toggle specific scenario" am: fbc5d0d259

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/12967417

Change-Id: I95f8dd59e809f1fe83c121d4e8f8a75d601f9b0a
This commit is contained in:
TreeHugger Robot
2020-11-04 13:34:13 +00:00
committed by Automerger Merge Worker

View File

@@ -1385,4 +1385,9 @@
<!-- Name of the 3.5mm and usb audio device. [CHAR LIMIT=50] -->
<string name="media_transfer_wired_usb_device_name">Wired headphone</string>
<!-- Label for Wifi hotspot switch on. Toggles hotspot on [CHAR LIMIT=30] -->
<string name="wifi_hotspot_switch_on_text">On</string>
<!-- Label for Wifi hotspot switch off. Toggles hotspot off [CHAR LIMIT=30] -->
<string name="wifi_hotspot_switch_off_text">Off</string>
</resources>