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:
parent
101bcfa130
commit
464dc9dc12
1 changed files with 6 additions and 0 deletions
|
@ -696,4 +696,10 @@
|
||||||
|
|
||||||
<!-- True if the firmware supports Wi-Fi link probing -->
|
<!-- True if the firmware supports Wi-Fi link probing -->
|
||||||
<bool name="config_wifi_link_probing_supported">true</bool>
|
<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>
|
</resources>
|
||||||
|
|
Loading…
Reference in a new issue