Right now, it's not possible to lock the current screen orientation without calling getCurrentOrientation() and lock(...). For this reason, we should make LockOptions an optional parameter. If no LockOptions or OrientationType is provided, we should just lock the current orientation.