How can do I show an AlertDialog
when showing another.
more:
I have an AlertDialog
named for easy refrence DeviceDialog
another one is ExitDialog
I call show on ExitDialog
when DeviceDialog
is showing
after that, automatically DeviceDialog
hides or dismissed or cancled (I don't know which)
How can do I prevent that or reShow DeviceDialog
after ExitDialog
hides