Merge "Don't treat Recents as transient for all apps from overview." into udc-dev

This commit is contained in:
Treehugger Robot
2023-05-16 01:28:49 +00:00
committed by Android (Google) Code Review
@@ -236,6 +236,9 @@ public class TaskAnimationManager implements RecentsAnimationCallbacks.RecentsAn
homeIsOnTop = true;
}
}
if (activityInterface.allowAllAppsFromOverview()) {
homeIsOnTop = true;
}
if (!homeIsOnTop) {
options.setTransientLaunch();
}