Merge "Fix issue with activity reuse for aliased components." into nyc-dev
This commit is contained in:
@@ -1397,7 +1397,7 @@ class ActivityStarter {
|
|||||||
}
|
}
|
||||||
intentActivity.deliverNewIntentLocked(mCallingUid, mStartActivity.intent,
|
intentActivity.deliverNewIntentLocked(mCallingUid, mStartActivity.intent,
|
||||||
mStartActivity.launchedFromPackage);
|
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
|
// 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.
|
// different intent. We should start a new instance on top.
|
||||||
mAddingToTask = true;
|
mAddingToTask = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user