0

I want to authantication with finger print. I did not find anything about it. Is there any example ?

https://developer.android.com/about/versions/marshmallow/android-6.0.html

this is Android 6.0+ i want to low level example so i want to authantication Android 4.0+

public boolean authentication(SomeClass auth)
{
//code block.
}
Zarzamora
  • 45
  • 1
  • 8
  • The Fingerprint Authentication is offered from Android 6.0+. It is not supported for lower versions. – Abhi Jul 01 '17 at 11:20

1 Answers1

2

Fingerprint Authentication is only available from Android 6.0

Here is an example: https://github.com/googlesamples/android-FingerprintDialog

Daniel RL
  • 353
  • 1
  • 12