I want to Vibrate a phone for long time(e.g 2 minutes) but It vibrates for very less time. i am using this code
Vibrator mVibrate = (Vibrator) getSystemService(Context.VIBRATOR_SERVICE);
mVibrate.vibrate(2*60*1000); // 2 Minutes
How to vibrate for 2 or 3 minutes ?