Wow, your assumption was correct! :D I am forcing landscape mode since it's a game. I just added android:configChanges="orientation" and this was the solution to my problem.
I see the importance of configChanges. I will probably add keyboard and keyboardHidden as well. Locale is ok if it destroys the activity, it wont happen so frequently. Thank you very much Dianne!! -- 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

