In my application, user tap a button to go back to home screen by sending a certain intent to startActivity()
But I want to show a Dialog(built by AlertDialogBuilder) after the user goes to home screen. I will call finish()
after going to homescreen. How can I do so?
Or in more general, how can I show dialog after calling startActivity to start a activity not belonging to me(now home screen).