sm6150-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. Change-Id: I0c160694bd9616c8693a659da8db9cf4e59ba4c3
This commit is contained in:
parent
1b03139bb9
commit
d166f5ef61
@ -23,4 +23,8 @@
|
||||
|
||||
<!-- 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>
|
||||
|
Loading…
Reference in New Issue
Block a user