how to get orientation lock to portrait on android

how to get orientation lock to portrait on android
re‮ef‬r to:lautturi.com
<activity
    android:name="com.example.demo_spinner.MainActivity"
    android:label="@string/app_name"
    android:screenOrientation="portrait" >
</activity>
Created Time:2017-09-11 23:58:28  Author:lautturi