How to launch finger print enrollment settings screen(Add fingerprint screen) from my app?
After enrolling finger print, is there any way to navigate back to my application? (with startActivityForResult)
Fingerprint Enrollment is the most critical process in any fingerprint software. All future matching will happen against enrolled fingerprints. Hence it is very important that the enrollment template is of high quality. Many biometric projects fail because users are not being identified correctly during daily use.
Turn on biometrics in the Android device settingsOpen your phone's Settings and locate the security or biometrics menu. From this menu, set your biometrics preferences to fingerprint.
Scroll down and tap Screen lock type. Add your fingerprint — follow the instructions on your screen and go through the wizard. You'll be prompted to lift and rest your finger on the home button several times. Then your fingerprint will be added to the list of fingerprints authorized for your Android device.
After reading the docs, I found out that as of now, there is no such intent action available. I launched the security settings(where fingerprints option available) with the below Intent.
startActivity(new Intent(android.provider.Settings.ACTION_SECURITY_SETTINGS));
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With