Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can the landscape screen orientation be restricted in android?

Tags:

android

How can the landscape screen orientation be restricted in android?

like image 874
Praveen Avatar asked Feb 23 '10 17:02

Praveen


1 Answers

Your question is very short, but I believe you are asking how to restrict an Activity's display to a specific orientation. To do so try using the android:screenOrientation in the <Activity> tag(s) in your Manifest file.

https://developer.android.com/guide/topics/manifest/activity-element.html#screen

like image 78
Mark B Avatar answered Sep 21 '22 14:09

Mark B