plyer
plyer copied to clipboard
Android SCREEN_ORIENTATION_USER mode
I have added 'user' mode in android orientation.py elif:mode =="user": activity.setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_USER)
Documentation please! https://github.com/kivy/plyer/blob/d2aac471acef47cac78ec51afb3173c60334aa23/plyer/facades/orientation.py#L65