Merge "Don't treat Recents as transient for all apps from overview." into udc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
56f539538f
@@ -236,6 +236,9 @@ public class TaskAnimationManager implements RecentsAnimationCallbacks.RecentsAn
|
||||
homeIsOnTop = true;
|
||||
}
|
||||
}
|
||||
if (activityInterface.allowAllAppsFromOverview()) {
|
||||
homeIsOnTop = true;
|
||||
}
|
||||
if (!homeIsOnTop) {
|
||||
options.setTransientLaunch();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user