[RESOLVED] Android screen rotation

How to enable supporting landscapeRight and landscapeLeft orientation on android device with Corona Enterprise? Without Enterprise I could do this in build.settings. [import]uid: 103808 topic_id: 37479 reply_id: 67479[/import]

Solved.
If anyone have same question, try using the [java]android: screenOrientation = “sensorLandscape”[/java] instead of [java]android: screenOrientation = “landscape”[/java] in your activity params in AndroidManifest.xml. [import]uid: 103808 topic_id: 37479 reply_id: 145643[/import]

Solved.
If anyone have same question, try using the [java]android: screenOrientation = “sensorLandscape”[/java] instead of [java]android: screenOrientation = “landscape”[/java] in your activity params in AndroidManifest.xml. [import]uid: 103808 topic_id: 37479 reply_id: 145643[/import]