How to fix layout orientation to portrait and do not allow changing from portrait to landscape during run time?
If you want to freeze orientation at runtime, then you you can implement this:
Android: Temporarily disable orientation changes in an Activity
I use a similar approach and it works perfectly.