Reset mCurrentLaunchCanTurnScreenOn state after new Activity launched
The ActivityRecord#mCurrentLaunchCanTurnScreenOn state is used to be reset whenever executing a new launch request. With this CL, the state is reset after the launch request is executed and the activity is no longer the top-most focusable activity. Doing so in order to cover the cases like 1) the launch failed or 2) the new activity is launched without moved to the top. Bug: 343450217 Test: verified locally Change-Id: I542fc0bc413c76a350cff2b37bad8b9d6d90518f
Loading
Please register or sign in to comment