How can I prevent the screen from rotating between landscape and portrait orientation ?
Asked
Active
Viewed 81 times
-1
-
Question is similar as: http://stackoverflow.com/questions/582185/android-disable-landscape-mode – guido Nov 22 '14 at 14:51
-
In your manifest you can set your activities orientation with android:screenOrientation="portrait" or if you want landscape do that. But this is in the basic documentation... – zgc7009 Nov 22 '14 at 14:54