sm8250-common: Enable haptic feedback on text selection/insertion

Signed-off-by: drkphnx <dark.phnx12@gmail.com>
Signed-off-by: Sandeep-FED <sandymankara11@gmail.com>
This commit is contained in:
aswin7469
2022-03-05 22:32:24 +05:30
committed by Sandeep P S
parent 7e9632b5e6
commit 6cb8811cbd

View File

@@ -17,6 +17,12 @@
<!-- These resources are around just to allow their values to be customized <!-- These resources are around just to allow their values to be customized
for different hardware and product builds. Do not translate. --> for different hardware and product builds. Do not translate. -->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- 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 this is true, the screen will come on when you unplug usb/power/whatever. --> <!-- If this is true, the screen will come on when you unplug usb/power/whatever. -->
<bool name="config_unplugTurnsOnScreen">true</bool> <bool name="config_unplugTurnsOnScreen">true</bool>