Briefing Android Knowledge

Which of the following Activity life-cycle methods is invoked when a dialog is shown?

Which of the following Activity life-cycle methods is invoked when a dialog is shown?

A.
onPause()

B.
onCreate()

C.
onStop()

D.
onDestroy()