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

Commit 03c97bea authored by Yeabkal Wubshit's avatar Yeabkal Wubshit
Browse files

Reduce the side button long press duration to 300ms

config_globalActionsKeyTimeout is the value used in SingleKeyGestureDetector for the long-press timeout. In Wear, this timeout is used as the duration a the side (aka STEM) button needs to be pressed to trigger its long-press behavior. We are reducing this duration to make the side button long more responsive across the platform.

Bug: 417288497
Test: N/A config change only
Flag: EXEMPT minor config change
Change-Id: I8c143de850b02104c06cd5da7359b6b0946e24bb
parent 62409848
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -117,4 +117,8 @@

    <!-- Whether Sys UI reboot UI is prioritized for reocvery triggered UI. -->
    <bool name="config_prioritizeSysUiForRecoveryRebootUi">true</bool>

    <!-- Amount of time in ms the user needs to press the relevant key to bring up the
         global actions dialog -->
    <integer name="config_globalActionsKeyTimeout">300</integer>
</resources>