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

Commit b6d3a7ba authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "MAP: Add string for BluetoothMapVersionPreferenceController" am: c7c465f4 am: d6e28345

Change-Id: I40ab042416acbd5646f7c835d98df27b29071949
parents e576ba8f d6e28345
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -132,6 +132,20 @@
        <item>avrcp16</item>
    </string-array>

    <!-- Titles for Bluetooth MAP Versions -->
    <string-array name="bluetooth_map_versions">
        <item>MAP 1.2 (Default)</item>
        <item>MAP 1.3</item>
        <item>MAP 1.4</item>
    </string-array>

    <!-- Values for Bluetooth MAP Versions -->
    <string-array name="bluetooth_map_version_values">
        <item>map12</item>
        <item>map13</item>
        <item>map14</item>
    </string-array>

    <!-- Titles for Bluetooth Audio Codec selection preference. [CHAR LIMIT=50] -->
    <string-array name="bluetooth_a2dp_codec_titles">
        <item>Use System Selection (Default)</item>
+5 −0
Original line number Diff line number Diff line
@@ -597,6 +597,11 @@
    <!-- 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 MAP Version [CHAR LIMIT=NONE] -->
    <string name="bluetooth_select_map_version_string">Bluetooth MAP Version</string>
    <!-- UI debug setting: Select Bluetooth MAP Version [CHAR LIMIT=NONE] -->
    <string name="bluetooth_select_map_version_dialog_title">Select Bluetooth MAP Version</string>

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