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

Commit a0b2bcb2 authored by jasonwshsu's avatar jasonwshsu
Browse files

Remove 'Media' type Audio output in Hearing devices settings

Root Cause: Media type Audio output has inconsistent result with Output Switcher, and it needs to be resolved from Audio Policies API.
Please see more details in b/279003337.
Solution: Remove 'Media' type in Android U temporary.

Bug: 283907809
Test: flash rom & check UI
Change-Id: Id64866f7dc12ca5429e0b961cbafe51329b4eef1
parent 07563f62
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -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"