Hmmm... that does sound a little strange. I don't know for sure but it may be that the only thing you can do is save the instance state of your application...
There are some methods that you can override that will allow you to save needed info in a bundle. Then when your activity is restarted, you can get that information from the bundle passed in to onCreate(). There may be a better way out there, but I have never had the need to always have my apps in landscape mode so I have not come across this issue. Anyone else have any ideas? Thanks, Justin ---------------------------------------------------------------------- There are only 10 types of people in the world... Those who know binary and those who don't. ---------------------------------------------------------------------- On Wed, Nov 4, 2009 at 2:02 AM, Batuka <[email protected]> wrote: > i wont > > my activity start with rotate screen > like this ---> setRequestedOrientation > (ActivityInfo.SCREEN_ORIENTATION_LANDSCAPE); > its working > but if i open the my G1 front side (it means you will see the > keyboard) > then my activity starts again > how do I troubleshoot it > > -- > You received this message because you are subscribed to the Google > Groups "Android Beginners" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<android-beginners%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-beginners?hl=en > -- You received this message because you are subscribed to the Google Groups "Android Beginners" 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-beginners?hl=en

