0
How to do an infinite vibration on Android
I want to make an Vibrator app , I made all patterns but I canât make an infinite pattern. Android Studio
4 Réponses
+ 1
what.. what are you doing with your phone ?
can't you do something like this ?
while (true)
{ vibrate(); }
0
Iâm not doing something sexual . Be quite haha .Itâs for a mini game. Thanks Vince, Iâll try that code
0
hey