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

Commit 458249a1 authored by dianlujitao's avatar dianlujitao Committed by Bruno Martins
Browse files

BT: Use translated a2dp codec strings

Change-Id: I75551fb2e3aa4358c80a61b799cd4093ee88d889
parent b69d7135
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -335,7 +335,7 @@
            android:key="bluetooth_select_a2dp_codec"
            android:title="@string/bluetooth_select_a2dp_codec_type"
            android:dialogTitle="@string/bluetooth_select_a2dp_codec_type_dialog_title"
            android:entries="@array/bluetooth_a2dp_codec_titles"
            android:entries="@array/bluetooth_a2dp_codec_titles_cm"
            android:entryValues="@array/bluetooth_a2dp_codec_values" />

        <ListPreference
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@ public class BluetoothAudioCodecPreferenceController extends
    @Override
    protected String[] getListSummaries() {
        return mContext.getResources().getStringArray(
                R.array.bluetooth_a2dp_codec_summaries);
                R.array.bluetooth_a2dp_codec_summaries_cm);
    }

    @Override