How can I disable landscape mode for some of the views in my Android app?
I was not aware of the AndroidManifest.xml file switch until reading this post, so in my apps I have used this instead:
AndroidManifest.xml
setRequestedOrientation (ActivityInfo.SCREEN_ORIENTATION_PORTRAIT); // Fixed Portrait orientation