Merge "Remove 'Media' type Audio output in Hearing devices settings" into udc-dev

This commit is contained in:
Jason Hsu
2023-05-24 07:38:09 +00:00
committed by Android (Google) Code Review

View File

@@ -42,15 +42,6 @@
android:title="@string/bluetooth_call_title"
settings:controller="com.android.settings.accessibility.HearingDeviceCallRoutingPreferenceController" />
<ListPreference
android:entries="@array/bluetooth_audio_routing_titles"
android:entryValues="@array/bluetooth_audio_routing_values"
android:summary="%s"
android:key="audio_routing_media"
android:persistent="false"
android:title="@string/bluetooth_media_title"
settings:controller="com.android.settings.accessibility.HearingDeviceMediaRoutingPreferenceController" />
<ListPreference
android:entries="@array/bluetooth_audio_routing_titles"
android:entryValues="@array/bluetooth_audio_routing_values"