Skip to content

Instantly share code, notes, and snippets.

@vinodbaste
Created May 7, 2022 17:10
Show Gist options
  • Save vinodbaste/665e3fc85bfa84ccb912db996efbb07f to your computer and use it in GitHub Desktop.
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