This is what I read from a book:
The activity can be destroyed silently after onPause(). We should never assume that either onStop() or onDestroy() is called.
But according to the documentation, Pause refers to partly visible, can an activity partly visible be killed without calling onStop or onDestory?