Set Android unlockAllOrientations to use SCREEN_ORIENTATION_USER
#274 points out that the unlocking of orientation does not respect the users preferences.
Now when the Android device is physically rotated, but the orientation is locked in the OS, the orientation of the app respects the preferences.
+1
Anyone can review it? I already tested it and it worked for me.
+1 It's working for me! Plus: What is different "SCREEN_ORIENTATION_USER" and "SCREEN_ORIENTATION_FULL_USER" in #298
@nighttiger1990 SCREEN_ORIENTATION_FULL_USER allows any of the 4 possible rotations, regardless of what the device will normally do (for example some devices won't normally use 180 degree rotation).
Will this be merged please? This should be the intended behavior
Tested and approved, could one of the contributors please merge this?
Sorry, this stack is something I'm no longer geared up to develop with and no longer use. Please take on the change in a new PR to merge.