Skip to content

Commit

Permalink
breeze: overlay: Enable haptic text cursor
Browse files Browse the repository at this point in the history
Support has landed in WebView, so time to turn it on in framework!

Change-Id: I7bd93e525158e8e914e25fb9b95753552df73c0c
  • Loading branch information
Michael Wright authored and Hadenix committed Nov 17, 2023
1 parent c882adf commit 3c6168f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions overlay/frameworks/base/core/res/res/values/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,11 @@
<!-- If this is true, the screen will come on when you unplug usb/power/whatever. -->
<bool name="config_unplugTurnsOnScreen">true</bool>

<!-- Enables or disables haptic effect when the text insertion/selection handle is moved
manually by the user. Off by default, since the expected haptic feedback may not be
available on some devices. -->
<bool name="config_enableHapticTextHandle">true</bool>

<!-- When true use the linux /dev/input/event subsystem to detect the switch changes
on the headphone/microphone jack. When false use the older uevent framework. -->
<bool name="config_useDevInputEventForAudioJack">true</bool>
Expand Down

0 comments on commit 3c6168f

Please sign in to comment.