This is how you let the phone Vibrate thru code: // Get instance of Vibrator from current Context Vibrator v = (Vibrator) getSystemService(Context. VIBRATOR_SERVICE); // Vibrate for 300 milliseconds v. vibrate(300);9 Mar 2016
This is how you let the phone Vibrate thru code: // Get instance of Vibrator from current Context Vibrator v = (Vibrator) getSystemService(Context. VIBRATOR_SERVICE); // Vibrate for 300 milliseconds v. vibrate(300);9 Mar 2016