Merge "Add Bluetooth Codec selection UI to the Developer Options" am: bb08073b6f am: 0115cc702a am: cc7a8d0b2c

am: 763830a0e6

Change-Id: I0f4c10cd00d33f4d2ed42753da2a2edcd66e2d72
This commit is contained in:
Pavlin Radoslavov
2017-01-07 01:41:04 +00:00
committed by android-build-merger
2 changed files with 468 additions and 1 deletions

View File

@@ -196,6 +196,42 @@
android:key="bluetooth_disable_absolute_volume"
android:title="@string/bluetooth_disable_absolute_volume"
android:summary="@string/bluetooth_disable_absolute_volume_summary"/>
<ListPreference
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:entryValues="@array/bluetooth_a2dp_codec_values" />
<ListPreference
android:key="bluetooth_select_a2dp_sample_rate"
android:title="@string/bluetooth_select_a2dp_codec_sample_rate"
android:dialogTitle="@string/bluetooth_select_a2dp_codec_sample_rate_dialog_title"
android:entries="@array/bluetooth_a2dp_codec_sample_rate_titles"
android:entryValues="@array/bluetooth_a2dp_codec_sample_rate_values" />
<ListPreference
android:key="bluetooth_select_a2dp_bits_per_sample"
android:title="@string/bluetooth_select_a2dp_codec_bits_per_sample"
android:dialogTitle="@string/bluetooth_select_a2dp_codec_bits_per_sample_dialog_title"
android:entries="@array/bluetooth_a2dp_codec_bits_per_sample_titles"
android:entryValues="@array/bluetooth_a2dp_codec_bits_per_sample_values" />
<ListPreference
android:key="bluetooth_select_a2dp_channel_mode"
android:title="@string/bluetooth_select_a2dp_codec_channel_mode"
android:dialogTitle="@string/bluetooth_select_a2dp_codec_channel_mode_dialog_title"
android:entries="@array/bluetooth_a2dp_codec_channel_mode_titles"
android:entryValues="@array/bluetooth_a2dp_codec_channel_mode_values" />
<ListPreference
android:key="bluetooth_select_a2dp_ldac_playback_quality"
android:title="@string/bluetooth_select_a2dp_codec_ldac_playback_quality"
android:dialogTitle="@string/bluetooth_select_a2dp_codec_ldac_playback_quality_dialog_title"
android:entries="@array/bluetooth_a2dp_codec_ldac_playback_quality_titles"
android:entryValues="@array/bluetooth_a2dp_codec_ldac_playback_quality_values" />
</PreferenceCategory>
<PreferenceCategory android:key="debug_input_category"