OSDN Git Service

Put launch adjacent activity in a new task if the activity does exist
authorWale Ogunwale <ogunwale@google.com>
Fri, 20 May 2016 15:50:15 +0000 (08:50 -0700)
committerWale Ogunwale <ogunwale@google.com>
Fri, 20 May 2016 15:50:15 +0000 (08:50 -0700)
commit13dbfff19eeee73133c976ef6b23298e271a1985
tree765b37f1a82905df77547a6be96e3cd7207e7ce6
parentb8fe7e8bffea93ceb30a0d827f2ac573472507dd
Put launch adjacent activity in a new task if the activity does exist

For the launch adjacent case we only want to put the activity in
an existing task if the activity already exists in the history.

Bug: 28828326
Change-Id: I1a6fdd6779cb20f8c0d9b7d94635b21718f4ac1b
services/core/java/com/android/server/am/ActivityStarter.java