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

Commit 23ad9de0 authored by Betty Chang's avatar Betty Chang Committed by Automerger Merge Worker
Browse files

Merge "To correct the title of the LE audio toggle in bluetooth settings" am:...

Merge "To correct the title of the LE audio toggle in bluetooth settings" am: 7c92ca6d am: 2e4249a8

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



Change-Id: I3634efec19ac14146553c6704e16822c571559d8
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents dc15fc2a 2e4249a8
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -264,12 +264,12 @@

    <!-- Bluetooth settings.  The user-visible string that is used whenever referring to the Hearing Aid profile. -->
    <string name="bluetooth_profile_hearing_aid">Hearing Aids</string>
    <!-- Bluetooth settings.  The user-visible string that is used whenever referring to the LE_AUDIO profile. -->
    <string name="bluetooth_profile_le_audio">LE_AUDIO</string>
    <!-- Bluetooth settings.  The user-visible string that is used whenever referring to the LE audio profile. -->
    <string name="bluetooth_profile_le_audio">LE audio</string>
    <!-- Bluetooth settings.  Connection options screen.  The summary for the Hearing Aid checkbox preference when Hearing Aid is connected. -->
    <string name="bluetooth_hearing_aid_profile_summary_connected">Connected to Hearing Aids</string>
    <!-- Bluetooth settings.  Connection options screen.  The summary for the LE_AUDIO checkbox preference when LE_AUDIO is connected. -->
    <string name="bluetooth_le_audio_profile_summary_connected">Connected to LE_AUDIO</string>
    <!-- Bluetooth settings.  Connection options screen.  The summary for the LE audio checkbox preference when LE audio is connected. -->
    <string name="bluetooth_le_audio_profile_summary_connected">Connected to LE audio</string>

    <!-- Bluetooth settings.  Connection options screen.  The summary for the A2DP checkbox preference when A2DP is connected. -->
    <string name="bluetooth_a2dp_profile_summary_connected">Connected to media audio</string>