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)
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));