Can you please explain which activity life cycle method is called when a dialog comes on the application? I'm confused whether its is calling onResume() or onPause() method.
Thanks
OnPause()
is not called in all types of dialogs, check other answers for more details since I won't copy everything here.