Skip to content

Add support for newer android sdk's (starting from sdk 28). #158

Description

@JJoestar2

Hello @mjwheatley.

If you able, please check this issue.

Starting from (SDK 28) and higher versions of android sdk's, the FingerprintManager is deprecated in the biometric module.
Example: If you try to use FingerprintAuth.decrypt method on newer android versions you will get INIT_CIPHER_FAILED error because of FingerprintManager.CryptoObject is deprecated. You can reproduce it on Android SDK 28 and higher.

See

https://developer.android.com/training/sign-in/biometric-auth#java
https://developer.android.com/reference/android/hardware/fingerprint/FingerprintManager

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions