Devices will not skip lockscreen after face unlock
Test: Verified after face authentication is done, the lockscreen is not skipped. Fixes: 219634181 Change-Id: Ife19c5b6ac60c60d6cc6f68f32dc6755426043b0
This commit is contained in:
parent
376d1de226
commit
181a35eb41
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