Loading res/xml/development_settings.xml +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading src/com/android/settings/development/BluetoothAudioCodecPreferenceController.java +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
res/xml/development_settings.xml +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
src/com/android/settings/development/BluetoothAudioCodecPreferenceController.java +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading