So I'm looking at trying to understand Android's Activity lifecycle. One thing I don't quite see is when an activity could be paused without being stopped soon afterwards. The documentation I can find says this
This method [onPause] is called when the system is about to put the activity into the background or when the activity becomes partially obscured.
When exactly would an activity become partially obscured?