Loading services/core/java/com/android/server/am/ActivityStackSupervisor.java +1 −1 Original line number Diff line number Diff line Loading @@ -3119,7 +3119,7 @@ public final class ActivityStackSupervisor implements DisplayListener { } } ActivityInfo aInfo = resolveActivity(intent, resolvedType, 0, null, null, userId); if ((aInfo.flags & ActivityInfo.FLAG_ALLOW_EMBEDDED) == 0) { if (aInfo != null && (aInfo.flags & ActivityInfo.FLAG_ALLOW_EMBEDDED) == 0) { throw new SecurityException( "Attempt to embed activity that has not set allowEmbedded=\"true\""); } Loading Loading
services/core/java/com/android/server/am/ActivityStackSupervisor.java +1 −1 Original line number Diff line number Diff line Loading @@ -3119,7 +3119,7 @@ public final class ActivityStackSupervisor implements DisplayListener { } } ActivityInfo aInfo = resolveActivity(intent, resolvedType, 0, null, null, userId); if ((aInfo.flags & ActivityInfo.FLAG_ALLOW_EMBEDDED) == 0) { if (aInfo != null && (aInfo.flags & ActivityInfo.FLAG_ALLOW_EMBEDDED) == 0) { throw new SecurityException( "Attempt to embed activity that has not set allowEmbedded=\"true\""); } Loading