am d6a94f49: am aded82ce: am 6d8bdb50: am 5536d447: Merge "Changed the vibration duration from 1s to 750ms." into mnc-dr-dev
* commit 'd6a94f495a86561a8e5a7f032e8179eae44abcaf': Changed the vibration duration from 1s to 750ms.
This commit is contained in:
@@ -3988,7 +3988,7 @@ public class PhoneStatusBar extends BaseStatusBar implements DemoMode,
|
||||
}
|
||||
|
||||
private void vibrateForCameraGesture() {
|
||||
mVibrator.vibrate(1000L);
|
||||
mVibrator.vibrate(750L);
|
||||
}
|
||||
|
||||
public void onScreenTurnedOn() {
|
||||
|
||||
Reference in New Issue
Block a user