plyer icon indicating copy to clipboard operation
plyer copied to clipboard

Android SCREEN_ORIENTATION_USER mode

Open Sahil-pixel opened this issue 4 years ago • 1 comments

I have added 'user' mode in android orientation.py elif:mode =="user": activity.setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_USER)

Sahil-pixel avatar Jun 02 '21 16:06 Sahil-pixel

Documentation please! https://github.com/kivy/plyer/blob/d2aac471acef47cac78ec51afb3173c60334aa23/plyer/facades/orientation.py#L65

akshayaurora avatar Jun 03 '21 10:06 akshayaurora