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

Commit 3ce4bd3e authored by Craig Mautner's avatar Craig Mautner Committed by Android Git Automerger
Browse files

am e5889679: am 3a656ea3: Merge "Too soon." into klp-modular-dev

* commit 'e5889679':
  Too soon.
parents b1b484aa e5889679
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -710,10 +710,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) {