sdm710-common: overlay: Enable config_vibrateOnIconAnimation

* Need those sexy vibes.

Change-Id: If5671135879f6f4069d0ed881b41b0a243890349
Signed-off-by: Chenyang Zhong <zhongcy95@gmail.com>
This commit is contained in:
Dan Pasanen 2021-06-04 20:39:21 +02:00 committed by Giammarco Senatore
parent 1e81ec34f8
commit 2242d1fe31
No known key found for this signature in database
GPG key ID: 661348FC1E144F04

View file

@ -24,5 +24,8 @@
<!-- Doze: does this device support STATE_DOZE? --> <!-- Doze: does this device support STATE_DOZE? -->
<bool name="doze_display_state_supported">true</bool> <bool name="doze_display_state_supported">true</bool>
<!-- 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> </resources>