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

Commit 35bfcec9 authored by Yeabkal Wubshit's avatar Yeabkal Wubshit
Browse files

Enable rotary scroll haptics for Wear

Test: on Wear device, check for ScrollView scroll haptics
Bug: 300341459
Change-Id: Ia0f41fa010ab93067fd79f32e0209ebb3ac4dfce
parent 1c504ed7
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -81,4 +81,9 @@
    <!-- Floating windows can be fullscreen (i.e. windowIsFloating can still have fullscreen
         window that does not wrap content). -->
    <bool name="config_allowFloatingWindowsFillScreen">true</bool>

    <!-- Whether scroll haptic feedback is enabled for rotary encoder scrolls on
         {@link MotionEvent#AXIS_SCROLL} generated by {@link InputDevice#SOURCE_ROTARY_ENCODER}
         devices. -->
    <bool name="config_viewRotaryEncoderHapticScrollFedbackEnabled">true</bool>
</resources>