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

Commit 4f147783 authored by Lorenzo Lucena Maguire's avatar Lorenzo Lucena Maguire
Browse files

Disable config_doubleTapPowerGestureMode on Wear

Wear already has a logic to handle double-press gestures and the config
was already disabled under ag/30973796. Since the config was modified in
ag/30980545, this CL disables config_doubleTapPowerGestureMode on Wear
again since Wear has its own double tap power gesture.

Bug: 388347646
Test: manual
Flag: EXEMPT xml change only
Change-Id: If45fb406dd1462138d3c647d3a17af87276b1b1b
parent 5c6edc7d
Loading
Loading
Loading
Loading
+9 −2
Original line number Diff line number Diff line
@@ -101,6 +101,13 @@
         P.S this is a change only intended for wear devices. -->
    <bool name="config_enableViewGroupScalingFading">true</bool>

    <!-- Allow the gesture to double tap the power button to trigger a target action. -->
    <bool name="config_doubleTapPowerGestureEnabled">false</bool>
    <!-- Controls the double tap power button gesture to trigger a target action.
         0: Gesture is disabled
         1: Launch camera mode, allowing the user to disable/enable the double tap power gesture
            from launching the camera application.
         2: Multi target mode, allowing the user to select one of the targets defined in
            config_doubleTapPowerGestureMultiTargetDefaultAction and to disable/enable the double
            tap power gesture from triggering the selected target action.
    -->
    <integer name="config_doubleTapPowerGestureMode">0</integer>
</resources>