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

Commit 4727453a authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Update Bluetooth AVRCP default version to 1.5" into rvc-d1-dev

parents b7e62faf 9879cd8c
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -118,17 +118,17 @@

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

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