Enable haptic text cursor.

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

Bug: 111461797
Test: manual
Change-Id: I064cf3512928637895932b3405adaec74b1ceed2
This commit is contained in:
Michael Wright
2018-12-13 01:21:33 +00:00
parent b0c7a1952e
commit b4ef740593

View File

@@ -217,6 +217,11 @@
<item>8</item>
</integer-array>
<!-- 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>
<!-- Make things go fast -->
<bool name="config_ui_enableFadingMarquee">false</bool>