Как получить ориентацию блокировки для портрета Android Stackoverflow

 <activity
            android:name="com.example.demo_spinner.MainActivity"
            android:label="@string/app_name"
            android:screenOrientation="portrait" >
        </activity>
Relieved Rhinoceros