Snap for 11789350 from 3eb08635a0 to 24Q3-release

Change-Id: Iffe020c015ed34acd2a040a10e12ae2004b588e6
This commit is contained in:
Android Build Coastguard Worker 2024-05-01 23:02:43 +00:00
commit c92d984cb3

View file

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