-2

How can I make the tablet to always stay in landscape orientation and never go into portrait orientation, even if the user of my app tilts it sideways?

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
Michael Zeuner
  • 1,736
  • 3
  • 15
  • 23
  • 2
    You need to [search better](http://stackoverflow.com/questions/9271886/programatically-disabling-screen-rotations-in-entire-application-android) before asking. – m0skit0 May 02 '12 at 00:59

1 Answers1

1

In the manifest under application add android:screenOrientation="landscape"

Kyohei Kaneko
  • 932
  • 2
  • 8
  • 25