stefita
stefita

Reputation: 1793

List the enrolled biometrics (and types) in Android

Is there a method to determine, which types of biometrics the user has enrolled on the device? Use scenario: The button for biometric login should be shown with either face or fingerprint icon with the appropriate text. In this case it is sadly not enough to just determine, if the one or the other are available on the device, but to actually know, if there is an enrolled biometric.

Upvotes: 1

Views: 225

Answers (1)

Shanker
Shanker

Reputation: 864

As of now there are no such APIs in Biometrics library to solve your requirement.

Upvotes: 1

Related Questions