Description
Currently, when using ScreenOrientation.lockAsync(ScreenOrientation.OrientationLock.LANDSCAPE), the screen correctly allows both LANDSCAPE_LEFT and LANDSCAPE_RIGHT.
But the default rotate orientation is always LANDSCAPE_LEFT.
There is no way to make LANDSCAPE_RIGHT the initial orientation when locking to LANDSCAPE.
Use Case
For video players or other media apps, some users expect the screen to rotate by default into LANDSCAPE_RIGHT instead of LANDSCAPE_LEFT. On certain devices or UX designs, this can feel more natural.