I want my Android App to remain in landscape mode only. So, I used this in my manifest.xml file:
android:screenOrientation="landscape"
However, it locked the app in the landscape mode and even when I rotate the screen by 180 degrees, it remains in same orientation. Is there some way so that only portrait mode is disabled, while the two landscapes mode are allowed?