For each of my activities listed in the manifests of my apps, I always include this attribute:
android:configChanges="orientation|keyboard|keyboardHidden" This keeps the activity from being destroyed when those configuration changes take place. On Dec 7, 6:42 pm, "S. Ghelani" <[email protected]> wrote: > Hello Android Developers, > > I would like to know if there is a way to stop activity destruction > upon physical keyboard slide in/out event. Your help would be greatly > appreciated. > > Thanks, > Sam -- 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

