am 5536d447: Merge "Changed the vibration duration from 1s to 750ms." into mnc-dr-dev
* commit '5536d4477572e437c95111630d5c2723350d99a5': Changed the vibration duration from 1s to 750ms.
This commit is contained in:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user