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

Commit 81926709 authored by Christopher Tate's avatar Christopher Tate Committed by Android Git Automerger
Browse files

am 77c96dd8: Merge "Don\'t launch broadcast receiver processes during boot" into lmp-mr1-dev

* commit '77c96dd8':
  Don't launch broadcast receiver processes during boot
parents 78a05de8 77c96dd8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1400,6 +1400,7 @@ public class AudioService extends IAudioService.Stub {
    }

    private void sendBroadcastToAll(Intent intent) {
        intent.addFlags(Intent.FLAG_RECEIVER_REGISTERED_ONLY_BEFORE_BOOT);
        final long ident = Binder.clearCallingIdentity();
        try {
            mContext.sendBroadcastAsUser(intent, UserHandle.ALL);