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

Commit 872a788b authored by Yeabkal Wubshit's avatar Yeabkal Wubshit
Browse files

Wear: allow wake during theater mode

Wear has mediators for motion-based wake ups that disable the
motion-generating InputDevices in theather mode, so there's
no need to have this config set to false.

Bug: 319132073
Change-Id: Ida7904af89d29cd4fcfd838fa3f0817bd3f18681
Test: manual
parent cd0852f1
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -90,4 +90,7 @@
         {@link MotionEvent#AXIS_SCROLL} generated by {@link InputDevice#SOURCE_ROTARY_ENCODER}
         devices. -->
    <bool name="config_viewRotaryEncoderHapticScrollFedbackEnabled">true</bool>

    <!-- If this is true, allow wake from theater mode from motion. -->
    <bool name="config_allowTheaterModeWakeFromMotion">true</bool>
</resources>