By default, set raven face-auth to non-bypass

Test: manual
Fixes: 192406240
Change-Id: I49e918a0de60062b331ace502390541992492e7d
This commit is contained in:
Beverly 2021-07-01 16:35:42 -04:00 committed by Beverly Tai
parent a9519d276f
commit ed682fcdcd

View file

@ -190,4 +190,7 @@
<!-- Height of the status bar header bar when on Keyguard (match status_bar_portrait) --> <!-- Height of the status bar header bar when on Keyguard (match status_bar_portrait) -->
<dimen name="status_bar_header_height_keyguard">@*android:dimen/status_bar_height_portrait</dimen> <dimen name="status_bar_header_height_keyguard">@*android:dimen/status_bar_height_portrait</dimen>
<!-- If face auth sends the user directly to home/last open app, or stays on keyguard by default-->
<bool name="config_faceAuthDismissesKeyguard">false</bool>
</resources> </resources>