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

Commit d0386d8c authored by Pavlin Radoslavov's avatar Pavlin Radoslavov Committed by android-build-merger
Browse files

Merge "Increase the character limit for "Use System Selection" message"

am: a7ce4609

Change-Id: I3092241c8b1a6e458b3dc2a1332abbf0d19cf786
parents 0773d2cc a7ce4609
Loading
Loading
Loading
Loading
+8 −8
Original line number Diff line number Diff line
@@ -103,7 +103,7 @@

    <!-- Bluetooth settings -->

    <!-- Titles for Bluetooth Audio Codec selection preference. [CHAR LIMIT=40] -->
    <!-- Titles for Bluetooth Audio Codec selection preference. [CHAR LIMIT=50] -->
    <string-array name="bluetooth_a2dp_codec_titles">
        <item>Use System Selection (Default)</item>
        <item>SBC</item>
@@ -123,7 +123,7 @@
        <item>4</item>
    </string-array>

    <!-- Summaries for Bluetooth Audio Codec selection preference. [CHAR LIMIT=40]-->
    <!-- Summaries for Bluetooth Audio Codec selection preference. [CHAR LIMIT=50]-->
    <string-array name="bluetooth_a2dp_codec_summaries" >
        <item>Use System Selection (Default)</item>
        <item>SBC</item>
@@ -133,7 +133,7 @@
        <item>LDAC</item>
    </string-array>

    <!-- Titles for Bluetooth Audio Codec Sample Rate selection preference. [CHAR LIMIT=40] -->
    <!-- Titles for Bluetooth Audio Codec Sample Rate selection preference. [CHAR LIMIT=50] -->
    <string-array name="bluetooth_a2dp_codec_sample_rate_titles">
        <item>Use System Selection (Default)</item>
        <item>44.1 kHz</item>
@@ -151,7 +151,7 @@
        <item>8</item>
    </string-array>

    <!-- Summaries for Bluetooth Audio Codec Sample Rate selection preference. [CHAR LIMIT=40]-->
    <!-- Summaries for Bluetooth Audio Codec Sample Rate selection preference. [CHAR LIMIT=50]-->
    <string-array name="bluetooth_a2dp_codec_sample_rate_summaries" >
        <item>Use System Selection (Default)</item>
        <item>44.1 kHz</item>
@@ -160,7 +160,7 @@
        <item>96.0 kHz</item>
    </string-array>

    <!-- Titles for Bluetooth Audio Codec Bits Per Sample selection preference. [CHAR LIMIT=40] -->
    <!-- Titles for Bluetooth Audio Codec Bits Per Sample selection preference. [CHAR LIMIT=50] -->
    <string-array name="bluetooth_a2dp_codec_bits_per_sample_titles">
        <item>Use System Selection (Default)</item>
        <item>16 bits/sample</item>
@@ -176,7 +176,7 @@
        <item>4</item>
    </string-array>

    <!-- Summaries for Bluetooth Audio Codec Bits Per Sample selection preference. [CHAR LIMIT=40]-->
    <!-- Summaries for Bluetooth Audio Codec Bits Per Sample selection preference. [CHAR LIMIT=50]-->
    <string-array name="bluetooth_a2dp_codec_bits_per_sample_summaries" >
        <item>Use System Selection (Default)</item>
        <item>16 bits/sample</item>
@@ -184,7 +184,7 @@
        <item>32 bits/sample</item>
    </string-array>

    <!-- Titles for Bluetooth Audio Codec Channel Mode selection preference. [CHAR LIMIT=40] -->
    <!-- Titles for Bluetooth Audio Codec Channel Mode selection preference. [CHAR LIMIT=50] -->
    <string-array name="bluetooth_a2dp_codec_channel_mode_titles">
        <item>Use System Selection (Default)</item>
        <item>Mono</item>
@@ -198,7 +198,7 @@
        <item>2</item>
    </string-array>

    <!-- Summaries for Bluetooth Audio Codec Channel Mode selection preference. [CHAR LIMIT=40]-->
    <!-- Summaries for Bluetooth Audio Codec Channel Mode selection preference. [CHAR LIMIT=50]-->
    <string-array name="bluetooth_a2dp_codec_channel_mode_summaries" >
        <item>Use System Selection (Default)</item>
        <item>Mono</item>