Merge "Add support for selection of Opus in Developer Options" into tm-qpr-dev

This commit is contained in:
Omer Osman
2022-08-04 17:40:21 +00:00
committed by Android (Google) Code Review
5 changed files with 76 additions and 8 deletions

View File

@@ -54,6 +54,15 @@
<include
android:id="@+id/bluetooth_audio_codec_ldac"
layout="@layout/preference_widget_dialog_radiobutton"/>
<include
android:id="@+id/bluetooth_audio_codec_lc3"
layout="@layout/preference_widget_dialog_radiobutton"/>
<include
android:id="@+id/bluetooth_audio_codec_opus"
layout="@layout/preference_widget_dialog_radiobutton"/>
</RadioGroup>
<include