Question is related to rotation of the android emulator screen.
I am using DefaultDisplay.getRotation()
to get the rotation angle on the emulator. It returns 0 and 90 only. Even in reverse portrait and reverse landscape. Have not set any specific Screen orientation in the activity XML file. I am a beginner at this so am probably missing something here and could use some help understanding what that might be.
Thanks.