Merge "Changed the vibration duration from 1s to 750ms." into mnc-dr-dev

This commit is contained in:
Zhentao Sun
2015-09-09 00:29:03 +00:00
committed by Android (Google) Code Review

View File

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