am 3a656ea3: Merge "Too soon." into klp-modular-dev
* commit '3a656ea32e6d6489f4bc45884e5acede9fe2de51': Too soon.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user