Flipping the device would recreate the activity. So the dialog is getting dismissed.
Override the method onConfigurationChanged(). and for the activity, set the configChanges parameter to "keyboardHidden|Orientation" in the manifest file. doing this, will not recreate the activity. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

