Re: [android-developers] vibrate() does not behave according to API docs (HTC Desire)

2010-08-22 Thread YuviDroid
Hey, I just tried on my HTC Desire (with Android 2.2) and vibrate() works as expected...(i.e. the parameter is milliseconds). On Sun, Aug 22, 2010 at 11:16 AM, Jason wrote: > Hi folks, > > I'm trying to get a simple vibration working and according to the api > docs (http://developer.android.co

[android-developers] vibrate() does not behave according to API docs (HTC Desire)

2010-08-22 Thread Jason
Hi folks, I'm trying to get a simple vibration working and according to the api docs (http://developer.android.com/reference/android/os/Vibrator.html) all I need to use is this: public void vibrate (long milliseconds) Turn the vibrator on. Parameters millisecondsHow long to vibrate for. Ho