qpython icon indicating copy to clipboard operation
qpython copied to clipboard

QSL4A trying to vibrate phone doesn't seem to work

Open Jachdich opened this issue 5 years ago • 0 comments

This is my exact code:

import androidhelper import time droid = androidhelper.Android() droid.vibrate(1000) time.sleep(1)

And absolutely nothing happens. No vibration and no error message. As far as I can work out from the docs this is the correct way of doing this.

Thanks to anyone in advance!

Jachdich avatar Apr 28 '20 15:04 Jachdich