AndroidManifest.xml
<activity android:name=".SomeActivity" android:label="@string/app_name" android:screenOrientation="portrait">
orJava
setRequestedOrientation (ActivityInfo.SCREEN_ORIENTATION_PORTRAIT);