Vibrate

agraham

Expert
Licensed User
Longtime User
Make sure the Phone library is checked in the Libraries tab in the IDE.
B4X:
Sub Globals
   'These global variables will be redeclared each time the activity is created.
   'These variables can only be accessed from this module.
   Dim Phone1 As Phone
End Sub

....

Phone1.Vibrate(1000) ' 1000mSecs

EDIT :- Snap! - again! :(
 
Upvote 0
Top