Enable TEXT_HANDLE_MOVE

New devices are capable of subtle vibrations, so this experience should
be enabled.

Bug: 185134911
Test: manual
Change-Id: I20d251a82e734cd5cb98b086efdec6d2c555a898
This commit is contained in:
Michael Wright 2021-04-12 19:03:43 +01:00 committed by TreeHugger Robot
parent df9dc5cf76
commit a281288798

View file

@ -260,6 +260,11 @@
meanings. --> meanings. -->
<integer name="config_defaultRingVibrationIntensity">3</integer> <integer name="config_defaultRingVibrationIntensity">3</integer>
<!-- 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>
<!-- If the hardware supports specially marking packets that caused a wakeup of the <!-- If the hardware supports specially marking packets that caused a wakeup of the
main CPU, set this value to the mark used. --> main CPU, set this value to the mark used. -->
<integer name="config_networkWakeupPacketMark">0x80000000</integer> <integer name="config_networkWakeupPacketMark">0x80000000</integer>