On Aug 21, 5:36 am, yoshitaka tokusho <[email protected]> wrote: > I have a problem to start/create Activity in landscape mode. My > Activity need to start in landscape mode and be used in landscape mode > by users.
Are you able to use android:screenOrientation="landscape" in your manifest's activity tag? I don't know if that's mutable at runtime, or if you need it to be. But it might be an option for you. String --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

