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

Commit cf5442cc authored by Agatha Man's avatar Agatha Man Committed by Android (Google) Code Review
Browse files

Merge "AudioService - remove sendBroadcastToAll() from...

Merge "AudioService - remove sendBroadcastToAll() from setMasterMuteInternalNoCallerCheck()" into qt-qpr1-dev
parents 674bf028 348476e0
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -2776,10 +2776,6 @@ public class AudioService extends IAudioService.Stub
                setSystemAudioMute(mute);
                AudioSystem.setMasterMute(mute);
                sendMasterMuteUpdate(mute, flags);

                Intent intent = new Intent(AudioManager.MASTER_MUTE_CHANGED_ACTION);
                intent.putExtra(AudioManager.EXTRA_MASTER_VOLUME_MUTED, mute);
                sendBroadcastToAll(intent);
            }
        }
    }