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

Commit d00ccc11 authored by Sherry Huang's avatar Sherry Huang Committed by Android (Google) Code Review
Browse files

Merge "HDMI-CEC: Restore full volume device condition to send cec volume keys [1/1]" into main

parents 2d50e4f2 77d04783
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4006,6 +4006,7 @@ public class AudioService extends IAudioService.Stub
                            && isFullVolumeDevice(device);
                    boolean tvConditions = mHdmiTvClient != null
                            && mHdmiSystemAudioSupported
                            && isFullVolumeDevice(device)
                            && !isAbsoluteVolumeDevice(device)
                            && !isA2dpAbsoluteVolumeDevice(device);