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?
Asked
Active
Viewed 238 times
-2
-
2You 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 Answers
1
In the manifest under application add android:screenOrientation="landscape"

Kyohei Kaneko
- 932
- 2
- 8
- 25