I'm writing an application for android that runs on landscape mode. When i'm rotating my device on 180 degrees it stays the way it is. What can i do\change and where so it can run on both horizontal directions?
In Manifest add below code in activity you want to have both sides.
android:screenOrientation="sensorLandscape"