Android 振动一次

示例

使用 vibrate(long milliseconds)

Vibrator vibrator = (Vibrator) getSystemService(Context.VIBRATOR_SERVICE);
vibrator.vibrate(500);