I know that in Android onPause()
and onResume()
can be inconsistent sometimes.
(For example, if the user is pulling down the notifications thing from the top of the screen onPause()
will not be called even though the activity is partially obscured.)
So I was wondering, in what scenarios are onPause/onResume not called even if the screen becomes partially obscured.