Loading services/core/java/com/android/server/wm/ActivityStarter.java +5 −0 Original line number Diff line number Diff line Loading @@ -898,6 +898,11 @@ class ActivityStarter { } mLastStartReason = request.reason; mLastStartActivityTimeMs = System.currentTimeMillis(); // Reset the ActivityRecord#mCurrentLaunchCanTurnScreenOn state of last start activity in // case the state is not yet consumed during rapid activity launch. if (mLastStartActivityRecord != null) { mLastStartActivityRecord.setCurrentLaunchCanTurnScreenOn(false); } mLastStartActivityRecord = null; final IApplicationThread caller = request.caller; Loading Loading
services/core/java/com/android/server/wm/ActivityStarter.java +5 −0 Original line number Diff line number Diff line Loading @@ -898,6 +898,11 @@ class ActivityStarter { } mLastStartReason = request.reason; mLastStartActivityTimeMs = System.currentTimeMillis(); // Reset the ActivityRecord#mCurrentLaunchCanTurnScreenOn state of last start activity in // case the state is not yet consumed during rapid activity launch. if (mLastStartActivityRecord != null) { mLastStartActivityRecord.setCurrentLaunchCanTurnScreenOn(false); } mLastStartActivityRecord = null; final IApplicationThread caller = request.caller; Loading