mozilla-lockwise / lockwise-android

Firefox's Lockwise app for Android
https://mozilla-lockwise.github.io/lockwise-android/
Mozilla Public License 2.0
623 stars 104 forks source link

Switch to BiometricPrompt API instead of FingerprintManager #153

Open linuxwolf opened 5 years ago

linuxwolf commented 5 years ago

Reassess the underlying APIs used to for Biometrics support in Lockwise.

For the initial launch, Lockbox is using the FingerprintManager API. However, SDK 28 deprecated this API to be replaced with BiometricPrompt. The platforms the initial launch will support and be tested on is not impacted by this decision, but it could have long term implications.

https://source.android.com/security/biometric

beatbrot commented 5 years ago

This also prevents issue #482 from being closed

krzyk commented 4 years ago

Any news on this one? With more phones using Face ID like biometrics (with no fingerprint scanner - like Pixel 4) it will be harder to use Lockwise.