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

Commit 6617c3c6 authored by Ben Gruver's avatar Ben Gruver
Browse files

Fix issue with intent firewall merge

Change-Id: I936d0f68ffa9af5d4520f598eabb873f48c04132
parent d3f2664f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -823,8 +823,8 @@ public class ActivityStackSupervisor {
            throw new SecurityException(msg);
        }

        boolean abort = !mService.mIntentFirewall.checkStartActivity(intent,	2596
                callerApp==null?null:callerApp.info, callingPackage, callingUid, callingPid,	2597
        boolean abort = !mService.mIntentFirewall.checkStartActivity(intent,
                callerApp==null?null:callerApp.info, callingPackage, callingUid, callingPid,
                resolvedType, aInfo);

        if (mService.mController != null) {