What's the difference between Screen Orientation and -Rotation on Android? The terms are often used interchangeably on the web it seems.
According to a discussion on the deprecation of Display.getOrientation() for getRotation() the concepts are often misunderstood/confused. No further explanation is provided however.
I suspect it's important to understand the intricacies of Orientation and Rotation on Android devices to correctly display an App even on exotic devices.