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

Commit a19a33f1 authored by Dorin Drimus's avatar Dorin Drimus Committed by Automerger Merge Worker
Browse files

Merge "not unmute when disconnect hdmi_out [Audio]" into main am: a9ede36f...

Merge "not unmute when disconnect hdmi_out [Audio]" into main am: a9ede36f am: e5d49414 am: b1c44e1b

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2732673



Change-Id: I7d9cfeb1650607934f40fc2fd1b658f44f1706e4
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents f0bad05b b1c44e1b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -7879,7 +7879,6 @@ public class AudioService extends IAudioService.Stub
        DEVICE_MEDIA_UNMUTED_ON_PLUG_SET.addAll(AudioSystem.DEVICE_OUT_ALL_A2DP_SET);
        DEVICE_MEDIA_UNMUTED_ON_PLUG_SET.addAll(AudioSystem.DEVICE_OUT_ALL_BLE_SET);
        DEVICE_MEDIA_UNMUTED_ON_PLUG_SET.addAll(AudioSystem.DEVICE_OUT_ALL_USB_SET);
        DEVICE_MEDIA_UNMUTED_ON_PLUG_SET.add(AudioSystem.DEVICE_OUT_HDMI);
    }
    /** only public for mocking/spying, do not call outside of AudioService */