Don't do that. Do the proper thing of saving your state and restoring it, or use the managed dialogs API to get help from the system for that. Doing this just means your app will continue to not work in other situations where the system kills it, such as when it needs memory for something else that is temporarily in the foreground.
On Tue, May 12, 2009 at 5:14 AM, Android Users <[email protected]>wrote: > 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. > > > > -- Dianne Hackborn Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply to such e-mails. All such questions should be posted on public forums, where I and others can see and answer them. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

