avicii: 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: AmolAmrit <amol.amrit03@outlook.com>
This commit is contained in:
Pranav Vashi
2023-03-28 10:03:27 +05:30
committed by AmolAmrit
parent a8b0c61f85
commit bd731d2ee3

View File

@@ -17,4 +17,8 @@
<!-- The CPU temperature divider, if needed -->
<integer name="config_cpuTempDivider" translatable="false">1000</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>