Merge "Increase keyguardDrawnTimeout to reduce fold->AOD flickers" into tm-qpr-dev

This commit is contained in:
Nicolò Mazzucato 2023-03-13 19:39:51 +00:00 committed by Android (Google) Code Review
commit 3029b6ee68

View file

@ -218,6 +218,9 @@
<!-- Indicates whether to enable hinge angle sensor when using unfold animation -->
<bool name="config_unfoldTransitionHingeAngle">true</bool>
<!-- Timeout for receiving the keyguard drawn event from System UI. -->
<integer name="config_keyguardDrawnTimeout">1700</integer>
<!-- If face auth sends the user directly to home/last open app, or stays on keyguard by default-->
<bool name="config_faceAuthDismissesKeyguard">true</bool>