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

Commit ebdec3e0 authored by Christopher Tate's avatar Christopher Tate Committed by android-build-merger
Browse files

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

automerge: 81926709

* commit '81926709':
  Don't launch broadcast receiver processes during boot
parents fb4fde70 81926709
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1401,6 +1401,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);