Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android SCREEN_ORIENTATION_USER mode #625

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Sahil-pixel
Copy link

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

PythonActivity = autoclass('org.kivy.android.PythonActivity')
adding mode ='user'
@akshayaurora
Copy link
Member

Documentation please!

:param mode: The rotation mode, should be one of 'any' (rotate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants