googlearchive / android-FingerprintDialog

Migrated:
https://github.com/android/security
Apache License 2.0
1.38k stars 477 forks source link

Is it possible to ask user to enrol fingerprint if there are no fingers present for that user in the device? #26

Closed iamnewspecies closed 8 years ago

iamnewspecies commented 8 years ago

I want to invoke the fingerprint enrolment in the settings if there are no fingerprint enrolled. Is this possible?

thagikura commented 8 years ago

You can have the user jump to the security settings by

context.startActivity(new Intent(Settings.ACTION_SECURITY_SETTINGS));

but I think there is no way to have the user jump to the fingerprint settings screen.