Loading services/core/java/com/android/server/wm/ActivityTaskManagerService.java +1 −1 Original line number Diff line number Diff line Loading @@ -4041,7 +4041,7 @@ public class ActivityTaskManagerService extends IActivityTaskManager.Stub { // Keyguard asked us to clear the home task snapshot before going away, so do that. if ((flags & KEYGUARD_GOING_AWAY_FLAG_TO_LAUNCHER_CLEAR_SNAPSHOT) != 0) { mActivityClientController.invalidateHomeTaskSnapshot(null /* token */); } else if (mKeyguardShown) { } else if (mKeyguardShown && !ActivityManager.isLowRamDeviceStatic()) { // Only set if it is not unlocking to launcher which may also animate. mDemoteTopAppReasons |= DEMOTE_TOP_REASON_DURING_UNLOCKING; mActivityStateUpdater.setDeviceUnlocking(true); Loading Loading
services/core/java/com/android/server/wm/ActivityTaskManagerService.java +1 −1 Original line number Diff line number Diff line Loading @@ -4041,7 +4041,7 @@ public class ActivityTaskManagerService extends IActivityTaskManager.Stub { // Keyguard asked us to clear the home task snapshot before going away, so do that. if ((flags & KEYGUARD_GOING_AWAY_FLAG_TO_LAUNCHER_CLEAR_SNAPSHOT) != 0) { mActivityClientController.invalidateHomeTaskSnapshot(null /* token */); } else if (mKeyguardShown) { } else if (mKeyguardShown && !ActivityManager.isLowRamDeviceStatic()) { // Only set if it is not unlocking to launcher which may also animate. mDemoteTopAppReasons |= DEMOTE_TOP_REASON_DURING_UNLOCKING; mActivityStateUpdater.setDeviceUnlocking(true); Loading