Merge "Enable haptics for unfold animation on Felix" into main

This commit is contained in:
Nick Chameyev 2024-05-01 14:31:06 +00:00 committed by Android (Google) Code Review
commit 3eb08635a0

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>