Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit af861ab8 authored by Jeff Brown's avatar Jeff Brown Committed by Android (Google) Code Review
Browse files

Merge "Perform haptic feedback for wake gesture."

parents 56a004e9 e07b94bf
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -624,6 +624,7 @@ public class PhoneWindowManager implements WindowManagerPolicy {
        public void onWakeUp() {
            synchronized (mLock) {
                if (shouldEnableWakeGestureLp()) {
                    performHapticFeedbackLw(null, HapticFeedbackConstants.VIRTUAL_KEY, false);
                    mPowerManager.wakeUp(SystemClock.uptimeMillis());
                }
            }