Loading services/core/java/com/android/server/audio/AudioService.java +4 −0 Original line number Diff line number Diff line Loading @@ -10486,6 +10486,10 @@ public class AudioService extends IAudioService.Stub mVolumeGroupState.updateVolumeIndex(groupIndex, device); // Only propage mute of stream when applicable if (isMutable()) { if (deviceVolumeApis() && device != getDeviceForStream(mStreamType)) { // only mute if the device is active return; } // For call stream, align mute only when muted, not when index is set to // 0 mVolumeGroupState.mute( Loading Loading
services/core/java/com/android/server/audio/AudioService.java +4 −0 Original line number Diff line number Diff line Loading @@ -10486,6 +10486,10 @@ public class AudioService extends IAudioService.Stub mVolumeGroupState.updateVolumeIndex(groupIndex, device); // Only propage mute of stream when applicable if (isMutable()) { if (deviceVolumeApis() && device != getDeviceForStream(mStreamType)) { // only mute if the device is active return; } // For call stream, align mute only when muted, not when index is set to // 0 mVolumeGroupState.mute( Loading