Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aa4c5fa8 authored by YuhanYang's avatar YuhanYang Committed by Yuhan Yang
Browse files

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
parent 2addde75
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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>