Pause activity when making visible from stopped state.
It is possible for an activity to become visible without gaining focus. For example, if a paused activity in split-screen finishes itself, the activity below will become visible. Currently this activity will not exit the stopped state. This changelist addresses this inconsistency by cycling the activity to paused if it becomes visible in the stopped state. Change-Id: I170d586793dadb0d6ff59d1ad68f2d94699f9ca6 Bug: 71582913 Test: atest ActivityRecordTests#testPausingWhenVisibleFromStopped
Loading
Please register or sign in to comment