We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I tested:
from plyer import vibrator try: print(vibrator.exists()) vibrator.vibrate(1) except Exception as ex: print(ex)
in return on log my phone I have:
I python : True I python : JVM exception occurred: Requires VIBRATE permission java.lang.SecurityException
Sorry, Where is my mistake?
The text was updated successfully, but these errors were encountered:
https://python-for-android.readthedocs.io/en/latest/apis/#runtime-permissions
Sorry, something went wrong.
I'm write in buildozer.spec
# (list) Permissions android.permissions = VIBRATE
It's working.
No branches or pull requests
I tested:
in return on log my phone I have:
Sorry,
Where is my mistake?
The text was updated successfully, but these errors were encountered: