I know I can limit the orientation from the manifest file. Like this
android:screenOrientation=\"portrait\"
But is it possible to set the orien
Activity. setRequestedOrientation(..)
setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_PORTRAIT);