Phone vibrates
// Get the vibrator object var vib = app.getSystemService(Context.VIBRATOR_SERVICE); // Perform vibration for 300 milliseconds. You can try adjusting the number. vib.vibrate(300);
// Get the vibrator object var vib = app.getSystemService(Context.VIBRATOR_SERVICE); // Perform vibration for 300 milliseconds. You can try adjusting the number. vib.vibrate(300);