Intent to launch fingerprint enrollment screen
问题 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) 回答1: 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)); 回答2: with API >= P