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

Commit 2e46e65e authored by Craig Mautner's avatar Craig Mautner
Browse files

Too soon.

Change-Id: I1abb1d4841e4e6342c3b861d33ae22e22ed0a161
parent 75731016
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -705,10 +705,6 @@ public final class ActivityStackSupervisor implements DisplayListener {
                profileFile, profileFd, userId);

        ActivityContainer container = (ActivityContainer)iContainer;
        if (container != null && (aInfo.flags & ActivityInfo.FLAG_ALLOW_EMBEDDED) == 0) {
            throw new SecurityException(
                    "Activities launched in ActivityContainers must set allowEmbedded=\"true\"");
        }
        synchronized (mService) {
            int callingPid;
            if (callingUid >= 0) {