Skip to content

Instantly share code, notes, and snippets.

@vinodbaste
Created May 7, 2022 17:10
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save vinodbaste/665e3fc85bfa84ccb912db996efbb07f to your computer and use it in GitHub Desktop.
fun useBiometrics(view: View) {
BiometricUtil.showBiometricPrompt(
activity = this,
listener = this,
cryptoObject = null,
allowDeviceCredential = true
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment