Skip to content

Instantly share code, notes, and snippets.

@vinodbaste
Created May 7, 2022 16:38
Show Gist options
  • Save vinodbaste/72a258d107c17c0e25f0b16748a58fa0 to your computer and use it in GitHub Desktop.
Save vinodbaste/72a258d107c17c0e25f0b16748a58fa0 to your computer and use it in GitHub Desktop.
fun hasBiometricCapability(context: Context): Int {
val biometricManager = BiometricManager.from(context)
return biometricManager.canAuthenticate()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment