How to fix layout orientation to portrait and do not allow changing from portrait to landscape during run time?
In your AndroidMainfest.xml file find the tags of the activities you wish to lock to a given rotation, and add this attribute:
AndroidMainfest.xml
android:screenOrientation="portrait"