Depends On Android Vibrate Permission
Indicates that the Android Permission for VIBRATE is missing from the manifest. You can add it by including the following line of code in your AndroidManifest.xml file:
<uses-permission android:name="android.permission.VIBRATE" />
Content copied to clipboard