예제 #1
0
 /** If are enable a vibration of 500ms will be activated */
 public void vibration() {
   if (settings.isVibrationActivated()) vib.vibrate(500);
 }