am 6d8bdb50: am 5536d447: Merge "Changed the vibration duration from 1s to 750ms." into mnc-dr-dev

* commit '6d8bdb50b0cd26629a18ae3124fb29673069493b':
  Changed the vibration duration from 1s to 750ms.
This commit is contained in:
Zhentao Sun
2015-09-09 00:48:18 +00:00
committed by Android Git Automerger

View File

@@ -3929,7 +3929,7 @@ public class PhoneStatusBar extends BaseStatusBar implements DemoMode,
}
private void vibrateForCameraGesture() {
mVibrator.vibrate(1000L);
mVibrator.vibrate(750L);
}
public void onScreenTurnedOn() {