Update AutoRotate Behavior
Update the behavior of the Tasker Action: Display AutoRotate (Off, On, Toggle) to reflect the Screen rotation changes introduced in Android 9 (API level 28):
“When the device is in rotation lock mode, users can lock their screen to any rotation supported by the top, visible Activity. An Activity should not assume it will always be rendered in portrait. If the top Activity can be rendered in multiple rotations in auto-rotate mode, the same options should be available in rotation locked mode, …”
Currently, setting Display AutoRotate to Off, always locks the screen to portrait instead of the current orientation.