Android Question PhoneVibrate Not Work in Android 11

cb56

Member
Licensed User
Longtime User
PhoneVibrate seems not to work in Android 11, any suggestions?

B4X:
Sub Process_Globals
    Dim Vibrate As PhoneVibrate
End Sub

Sub Menu_Thumbs_Click
    Vibrate.Vibrate(5)
End Sub
 
Last edited:

cb56

Member
Licensed User
Longtime User
Sorry, I was using too low a time (5 milliseconds) which worked well on the Samsung S8 with Android 9, while on the Samsung S20 with Android 11 I had to raise it to at least 25 milliseconds.

It is probably a phone problem and not related to the Android version.

You can close, thank you
 
Last edited:
Upvote 0
Top