Loading services/core/java/com/android/server/am/ActivityStack.java +1 −1 Original line number Diff line number Diff line Loading @@ -4510,7 +4510,7 @@ class ActivityStack<T extends StackWindowController> extends ConfigurationContai Slog.i(TAG, "moveTaskToBack: " + tr); // If the task is locked, then show the lock task toast if (!mService.mLockTaskController.checkLockedTask(tr)) { if (mService.mLockTaskController.checkLockedTask(tr)) { return false; } Loading Loading
services/core/java/com/android/server/am/ActivityStack.java +1 −1 Original line number Diff line number Diff line Loading @@ -4510,7 +4510,7 @@ class ActivityStack<T extends StackWindowController> extends ConfigurationContai Slog.i(TAG, "moveTaskToBack: " + tr); // If the task is locked, then show the lock task toast if (!mService.mLockTaskController.checkLockedTask(tr)) { if (mService.mLockTaskController.checkLockedTask(tr)) { return false; } Loading