https://github.com/kieun/android-biometricprompt
A sample app for demonstrating biometric prompt for Android
https://github.com/kieun/android-biometricprompt
android biometricprompt fingerprint
Last synced: 6 months ago
JSON representation
A sample app for demonstrating biometric prompt for Android
- Host: GitHub
- URL: https://github.com/kieun/android-biometricprompt
- Owner: Kieun
- License: apache-2.0
- Created: 2018-05-17T06:32:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-11-23T03:42:27.000Z (almost 5 years ago)
- Last Synced: 2025-03-29T11:11:21.481Z (6 months ago)
- Topics: android, biometricprompt, fingerprint
- Language: Java
- Homepage:
- Size: 192 KB
- Stars: 69
- Watchers: 5
- Forks: 26
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Android Biometric Prompt Sample
A sample app for demonstrating biometric prompt provided from Android P (API 28)Introduction
------------
This sample demonstrates how you can use system provided biometric authentication.FingerprintManager is now deprecated and the apps need to implement the BiometricPrompt instead.
This sample app implements challenge-response fashion of authentication for the online user authentication like FIDO.
You can refer following reference documents for getting more detailed information [1].
[1]: https://developer.android.com/reference/android/hardware/biometrics/package-summary
Pre-requisites and limitation
-----------------------------
- Use Android Studio 3.2 to build this app (Android P)
- Lack of method for checking biometric enrollment (issue reported)
- Lack of method for checking face and iris feature on the deviceScreenshots
-----------