This repository has been archived by the owner on Feb 20, 2023. It is now read-only.
[Spike] Investigate the need for using the KeyguardManager separately #19709
Labels
cc-autofill
Autofill credit card
eng:health
Improve code health
Feature:Autofill
Address and Credit Card autofill
pin
Issues, features, improvements that are still valid
Description
In the
BiometricPromptPreferenceFragment
and in some places inBaseBrowserFragment
, we try to fallback to the KeyguardManager for PIN/password support.This isn't something that should be needed since we allow PIN/password as a fallback when we make a request through the Biometric support library. The biometric library also abstracts out the correct calls for backward compatibility for devices that do not have support for full support.
Something we could adjust is the code checking for biometric support for
DEVICE_CREDENTIAL
.Deliverables
┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: