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

Commit 6e292756 authored by Yeabkal Wubshit's avatar Yeabkal Wubshit Committed by Android (Google) Code Review
Browse files

Merge "Add haptic feedback for stem primary button triple press"

parents 9e3cda82 d7384813
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1428,6 +1428,8 @@ public class PhoneWindowManager implements WindowManagerPolicy {
                        /** log stem triple press telemetry if it's a talkback enabled event */
                        logStemTriplePressAccessibilityTelemetry(componentName);
                    }
                    performHapticFeedback(HapticFeedbackConstants.CONFIRM, /* always = */ false,
                        /* reason = */ "Stem primary - Triple Press - Toggle Accessibility");
                    /** Toggle talkback end */
                }
                break;