Enable haptics for unfold animation on Felix

Bug: 336388573
Change-Id: I1bc1afc1cfeb0cf6f6cce0715b14cedc57895983
Test: atest UnfoldHapticsPlayerTest
Test: manual test that haptics could be disabled
This commit is contained in:
Nick Chameyev 2024-04-29 14:39:10 +00:00
parent 24086fb478
commit 141d4917a4

View file

@ -221,6 +221,9 @@
<!-- Indicates whether to enable hinge angle sensor when using unfold animation -->
<bool name="config_unfoldTransitionHingeAngle">true</bool>
<!-- Indicates whether to enable haptics during unfold animation -->
<bool name="config_unfoldTransitionHapticsEnabled">true</bool>
<!-- Timeout for receiving the keyguard drawn event from System UI. -->
<integer name="config_keyguardDrawnTimeout">1700</integer>