Skip to content

Instantly share code, notes, and snippets.

@zukopvd
Created January 29, 2018 09:07
Show Gist options
  • Save zukopvd/d44dc0a7a7d0ac36d4899465056695be to your computer and use it in GitHub Desktop.
Save zukopvd/d44dc0a7a7d0ac36d4899465056695be to your computer and use it in GitHub Desktop.
FingerprintManager initialization
val fmanager = FingerprintManagerCompat.from(getApplicationContext())
fmanager.authenticate(cryptoObject, 0, cancellationSignal, authenticationCallback, null)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment