I am developing an Android app whose orientation I don\'t want changed to landscape mode when the user rotates the device. Also, I want the locked orientation to be portrait
add to main activity and add
android:configChanges="keyboardHidden"
to keep your program from changing mode when keyboard is called.