mirror of
https://github.com/Anything-at-25-00/android_device_tecno_LG8n.git
synced 2024-11-22 21:56:26 -08:00
X6833B: overlay: Enable haptic text cursor
Support has landed in WebView, so time to turn it on in framework! Change-Id: I064cf3512928637895932b3405adaec74b1ceed2 Signed-off-by: dodyirawan85 <40514988+dodyirawan85@users.noreply.github.com>
This commit is contained in:
parent
3251d8058b
commit
491b0e4fe0
|
@ -334,4 +334,9 @@
|
|||
|
||||
<!-- Flag specifying whether VT is available on device -->
|
||||
<bool name="config_device_vt_available">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>
|
||||
</resources>
|
||||
|
|
Loading…
Reference in a new issue