overlay: Enable sidefps performant auth by default
This sets the new "touch to unlock anytime" feature on devices with side mounted fingerprint sensor, to on by default, as it was before qpr3. Change-Id: Ia63de646d4585b77b1883f8466f35ad6bdf9f953
This commit is contained in:
parent
056cce62d0
commit
9168fde90c
|
@ -165,4 +165,7 @@
|
|||
<!-- Whether or not to enable the lock screen entry point for the QR code scanner. -->
|
||||
<bool name="config_enableQrCodeScannerOnLockScreen">true</bool>
|
||||
|
||||
<!-- Default value for performant auth feature. -->
|
||||
<bool name="config_performantAuthDefault">true</bool>
|
||||
|
||||
</resources>
|
||||
|
|
Loading…
Reference in New Issue