I have my android:screenOrientation="portait" on but when a physical keyboard is opened it doesn't rotate the screen as I wanted, but it restarts the app. It seems to run onCreate over again or something. Can someone point me in the right direction and/or tell me how to intercept this and handle it? Thanks.

link|improve this question

feedback

2 Answers

up vote 0 down vote accepted

I think this has already been answered here:

Activity restart on rotation Android

link|improve this answer
feedback

Apart from android:screenOrientation="portait" try adding android:configChanges="keyboardHidden|orientation|keyboard"

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.