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:
commit
edd8b042eb
2 changed files with 6 additions and 0 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue