On 12 February 2011 16:58, André Santee <[email protected]> wrote: > I'm making a game with direct OpenGL rendering and I want my menu > always to be vertical. Is there a way I can prevent the phone to reset > it's surface on orientation change?
You can enforce certain activity orientation so user won't be able to change it: http://developer.android.com/guide/topics/manifest/activity-element.html#screen -- Regards, Marcin -- 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

