Skip to content
Snippets Groups Projects
Commit 7a81e17b authored by Michael Wright's avatar Michael Wright Committed by Dhina17
Browse files

onclite: overlay: Enable haptic text cursor.

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

Change-Id: I064cf3512928637895932b3405adaec74b1ceed2
parent 33145ab1
No related branches found
No related tags found
No related merge requests found
......@@ -292,4 +292,9 @@
<string-array name="config_biometric_sensors" translatable="false" >
<item>0:2:15</item> <!-- ID0:Fingerprint:Strong -->
</string-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>
</resources>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment