how to: android rotate landscape only
How do I disable portrait on my android app?
I'm trying to get my android app to show in landscape only and have change AndroidManifest.xml to the following:
but this locks it to landscape.
I need to rotate the device 180 degrees (upside down) and the screen to rotate 180 degrees (upside down). If the device is rotated 90 degrees or -90 degrees (into portait) I would like it to do nothing but stay in landscape.