Which activity lifecycle method gets called whenever a dialog opens on screen?

Asked 7 years ago
Viewed 537 times

1

Which activity lifecycle method gets called whenever a dialog opens on screen?


1 Answer


0

Whenever a dialog opens on your application the activity calls the onPause() method. This ensures that user is not doing anything with previous activity.
answered 7 years ago by Prateek sharma

Your Answer