Audio: Update the strings for wired audio devices
screenshot:
- Wired audio:
https://screenshot.googleplex.com/6KRnqAANuvCcuDf
- Wired microphone:
https://screenshot.googleplex.com/6jGmVCUH5EmsfoF
Test: atest InputMediaDeviceTest PhoneMediaDeviceTest
Flag: com.android.media.flags.enable_audio_input_device_routing_and_volume_control
Bug: b/366358858 b/355684672
Change-Id: I5386e38dc990c0a390c3957b3b5af612bf77ff6c
diff --git a/packages/SettingsLib/res/values/strings.xml b/packages/SettingsLib/res/values/strings.xml
index 8b9ec38..6c9036a 100644
--- a/packages/SettingsLib/res/values/strings.xml
+++ b/packages/SettingsLib/res/values/strings.xml
@@ -1640,13 +1640,13 @@
<string name="media_transfer_wired_headphone_name">Wired headphone</string>
<!-- Name of the 3.5mm headphone, used in desktop devices. [CHAR LIMIT=50] -->
- <string name="media_transfer_headphone_name">Headphone</string>
+ <string name="media_transfer_headphone_name">Wired audio</string>
<!-- Name of the usb audio device speaker, used in desktop devices. [CHAR LIMIT=50] -->
<string name="media_transfer_usb_audio_name">USB audio</string>
<!-- Name of the 3.5mm audio device mic. [CHAR LIMIT=50] -->
- <string name="media_transfer_wired_device_mic_name">Mic jack</string>
+ <string name="media_transfer_wired_device_mic_name">Wired microphone</string>
<!-- Name of the usb audio device mic. [CHAR LIMIT=50] -->
<string name="media_transfer_usb_device_mic_name">USB microphone</string>