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

Commit a9ede36f authored by Dorin Drimus's avatar Dorin Drimus Committed by Gerrit Code Review
Browse files

Merge "not unmute when disconnect hdmi_out [Audio]" into main

parents 4797fc9a 8d8a447a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -7629,7 +7629,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 */