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

Commit 6e898e8f authored by Ajay Panicker's avatar Ajay Panicker Committed by android-build-merger
Browse files

Merge "AVRCP version interop pereference (3/3)"

am: 48ce4026

Change-Id: Ia49ab34142e5e26f886b07f2e17575e81c9dfd0d
parents b89ec268 48ce4026
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -102,6 +102,19 @@


    <!-- Bluetooth settings -->
    <!-- Titles for Bluetooth AVRCP Versions -->
    <string-array name="bluetooth_avrcp_versions">
        <item>AVRCP 1.4 (Default)</item>
        <item>AVRCP 1.5</item>
        <item>AVRCP 1.6</item>
    </string-array>

    <!-- Values for Bluetooth AVRCP Versions -->
    <string-array name="bluetooth_avrcp_version_values">
        <item>avrcp14</item>
        <item>avrcp15</item>
        <item>avrcp16</item>
    </string-array>

    <!-- Titles for Bluetooth Audio Codec selection preference. [CHAR LIMIT=50] -->
    <string-array name="bluetooth_a2dp_codec_titles">
+5 −0
Original line number Diff line number Diff line
@@ -430,6 +430,11 @@
    <!-- Setting Checkbox title for disabling Bluetooth absolute volume -->
    <string name="bluetooth_disable_absolute_volume">Disable absolute volume</string>

    <!-- UI debug setting: Select Bluetooth AVRCP Version -->
    <string name="bluetooth_select_avrcp_version_string">Bluetooth AVRCP Version</string>
    <!-- UI debug setting: Select Bluetooth AVRCP Version -->
    <string name="bluetooth_select_avrcp_version_dialog_title">Select Bluetooth AVRCP Version</string>

    <!-- UI debug setting: Select Bluetooth Audio Codec -->
    <string name="bluetooth_select_a2dp_codec_type">Bluetooth Audio Codec</string>
    <!-- UI debug setting: Select Bluetooth Audio Codec -->