If changing the orientation of my phone or the emulator I get the following output in LogCat:
04-09 11:55:26.290: INFO/WindowManager(52): Setting rotation to 1,
Add this into the the activity declaration in your manifest.xml:
android:configChanges="orientation"
Example:
https://developer.android.com/guide/topics/manifest/activity-element.html#config
For Devices with QWERTY keyboard
android:configChanges="keyboardHidden|orientation"