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

Commit 15f6dc45 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "AudioService: fix LE broadcast Audio volume update after calls" into main

parents c907a540 b021043b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5554,6 +5554,7 @@ public class AudioService extends IAudioService.Stub
        Set<Integer> absVolumeDeviceTypes = new ArraySet<>(
                AudioSystem.DEVICE_OUT_ALL_A2DP_SET);
        absVolumeDeviceTypes.addAll(mAbsVolumeMultiModeCaseDevices);
        absVolumeDeviceTypes.add(AudioSystem.DEVICE_OUT_BLE_BROADCAST);
        final Set<AudioDeviceAttributes> absVolumeDevices =
                AudioSystem.intersectionAudioDeviceTypes(absVolumeDeviceTypes, devices);