Merge "Fix issue with activity reuse for aliased components." into nyc-dev
am: 31eb784f89
* commit '31eb784f89c7642f7e61d7dd8c08622e9269e874':
Fix issue with activity reuse for aliased components.
This commit is contained in:
@@ -1397,7 +1397,7 @@ class ActivityStarter {
|
||||
}
|
||||
intentActivity.deliverNewIntentLocked(mCallingUid, mStartActivity.intent,
|
||||
mStartActivity.launchedFromPackage);
|
||||
} else if (!mStartActivity.intent.filterEquals(intentActivity.task.intent)) {
|
||||
} else if (!mStartActivity.intent.filterEquals(intentActivity.intent)) {
|
||||
// In this case we are launching the root activity of the task, but with a
|
||||
// different intent. We should start a new instance on top.
|
||||
mAddingToTask = true;
|
||||
|
||||
Reference in New Issue
Block a user