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

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

Merge "Don\'t try to launch broadcast receivers during boot" into lmp-mr1-dev...

Merge "Don\'t try to launch broadcast receivers during boot" into lmp-mr1-dev automerge: 14c33f6a automerge: 78a05de8
automerge: fb4fde70

* commit 'fb4fde70':
  Don't try to launch broadcast receivers during boot
parents 63e77bf8 fb4fde70
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -175,6 +175,7 @@ public class SecureCameraLaunchManager {
                public void run() {
                    Intent intent = new Intent();
                    intent.setAction(CLOSE_CAMERA_ACTION_NAME);
                    intent.addFlags(Intent.FLAG_RECEIVER_REGISTERED_ONLY_BEFORE_BOOT);
                    mContext.sendBroadcast(intent);
                }
            });