sm7250-common: overlay: Enable subtle tick vibration when revealing shelf

The stock ROM enables this because our vibrator supports subtle "tick"
vibration effects. Enable it in our device tree as well to make pulling
down the notification shade/QS panel feel slightly more interactive.

Signed-off-by: aswin7469 <aswinas@pixysos.com>
Signed-off-by: Sandeep-FED <sandymankara11@gmail.com>
This commit is contained in:
Danny Lin
2022-03-13 16:59:08 +02:00
committed by Sandeep P S
parent 9ffab294f4
commit 01b17acae3

View File

@@ -31,4 +31,9 @@
<!-- Preferred max refresh rate at keyguard, if supported by the display. -->
<integer name="config_keyguardMaxRefreshRate">60</integer>
<!-- Should we vibrate on an icon animation of the shelf. This should only be active if the
vibrator is capable of subtle vibrations -->
<bool name="config_vibrateOnIconAnimation">true</bool>
</resources>