I have a dialog that I want to kill off if the android screen is
rotated.
In this case the onCreate of my dialog is called with a non-null
bundle arg.

I want to "send it away" at this point, and thought I'd just call
"dismiss()" from
onCreate. No go, the dialog still pops up.

Does anyone know how to properly kill the thing without having it
flash onto
the screen briefly and then vanish?

In my main Activity I'm managing the dialog by overriding
onCreateDialog and onPrepareDialog.

Thanks,

pawpaw17
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to