Couldn\'t find a solid answer to this anywhere. I have a method where finish() is being called, and onPause() is called afterward.
Is onPause() guaranteed to be cal
Yes, whenever you activity is going to be disappeared, onPause is called.