sdm660-common: Enable haptic text cursor.

Support has landed in WebView, so time to turn it on in framework!

Change-Id: I064cf3512928637895932b3405adaec74b1ceed2
This commit is contained in:
Michael Wright 2018-12-13 01:21:33 +00:00 committed by Max Weffers
parent 101bcfa130
commit 464dc9dc12
No known key found for this signature in database
GPG key ID: 795F73D22FB93FAE

View file

@ -696,4 +696,10 @@
<!-- True if the firmware supports Wi-Fi link probing -->
<bool name="config_wifi_link_probing_supported">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>