Devices will not skip lockscreen after face unlock am: 181a35eb41

Original change: https://googleplex-android-review.googlesource.com/c/device/google/pantah/+/17332577

Change-Id: I5c240a43d7a45ceaec1d708aead6248d00e37f74
This commit is contained in:
Joshua Mccloskey 2022-03-23 01:32:50 +00:00 committed by Automerger Merge Worker
commit edd8b042eb
2 changed files with 6 additions and 0 deletions

View file

@ -240,4 +240,7 @@
<!-- Boolean indicating if restoring network selection should be skipped -->
<!-- The restoring is handled by modem if it is true -->
<bool translatable="false" name="skip_restoring_network_selection">true</bool>
<!-- 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>

View file

@ -239,4 +239,7 @@
<!-- Boolean indicating if restoring network selection should be skipped -->
<!-- The restoring is handled by modem if it is true -->
<bool translatable="false" name="skip_restoring_network_selection">true</bool>
<!-- 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>