Loading services/core/java/com/android/server/am/ActivityManagerService.java +0 −3 Original line number Diff line number Diff line Loading @@ -9234,9 +9234,6 @@ public final class ActivityManagerService extends ActivityManagerNative // sense, so turn off auto-remove. intent.addFlags(Intent.FLAG_ACTIVITY_RETAIN_IN_RECENTS); } } else if ((intent.getFlags()&Intent.FLAG_ACTIVITY_NEW_TASK) != 0) { // Must be a new task. intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); } if (!comp.equals(mLastAddedTaskComponent) || callingUid != mLastAddedTaskUid) { mLastAddedTaskActivity = null; Loading Loading
services/core/java/com/android/server/am/ActivityManagerService.java +0 −3 Original line number Diff line number Diff line Loading @@ -9234,9 +9234,6 @@ public final class ActivityManagerService extends ActivityManagerNative // sense, so turn off auto-remove. intent.addFlags(Intent.FLAG_ACTIVITY_RETAIN_IN_RECENTS); } } else if ((intent.getFlags()&Intent.FLAG_ACTIVITY_NEW_TASK) != 0) { // Must be a new task. intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); } if (!comp.equals(mLastAddedTaskComponent) || callingUid != mLastAddedTaskUid) { mLastAddedTaskActivity = null; Loading