Don't want activity to be destroyed/created when phone is rotated.
- by alex2k8
I have tried to freeze orientation
setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_PORTRAIT);
but thought screen stays in portrait orientation, the activity is still recreated. Any ideas how to solve this?