Vibrate

  1. Home
  2. chevron_right
  3. Vibrate

Android Vibrate on Click

Snippets, Tutorial
If you want to make the phone to vibrate when you click on a button from your application: 1. You have to declare in your AndroidManifest.xml the permission: <uses-permission android:name="android.permission.VIBRATE"/>…