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

Commit b1c44e1b 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 am: e5d49414

parents 24e4de7b e5d49414
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -7656,7 +7656,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 */