OSDN Git Service

Do not start tasks on ActivityViews unless explicit
authorCraig Mautner <cmautner@google.com>
Mon, 26 May 2014 22:06:32 +0000 (15:06 -0700)
committerCraig Mautner <cmautner@google.com>
Tue, 27 May 2014 16:19:28 +0000 (09:19 -0700)
commit1b4bf857d34dc58a4ef84f5f0761bb7685051fbb
tree08844bdbd33eaf92fcb94d075abbcc047f150edc
parente5c9c92c23196269ccf50024f76f84779b821c32
Do not start tasks on ActivityViews unless explicit

New tasks were being started on ActivityViews because they
matched packages. This fix enforces a rule that new tasks
can only be started on ActivityViews if they are explicitly
targeted for that ActivityView.

Fixes bug 15162447.

Change-Id: I9ccb72171b5cda0897a0b9ffe4cbebfbb0d92c2c
services/core/java/com/android/server/am/ActivityStackSupervisor.java