You can Vibrate the Device and its work
Vibrator v = (Vibrator) context.getSystemService(Context.VIBRATOR_SERVICE);
v.vibrate(100);
Permission is necessary but not on runtime permission required
<uses-permission android:name="android.permission.VIBRATE"/>