infinum / Android-Goldfinger

Android library to simplify Biometric authentication implementation.
Apache License 2.0
653 stars 73 forks source link

Custom icon #64

Closed dpproduction closed 4 years ago

dpproduction commented 4 years ago

Please, add ability to change fingerprint icon.

igortepavac commented 4 years ago

Hello @dpproduction, this is not supported by the BiometricPrompt in the support library. The dialog which is shown is system-provided, not a custom one. More info on params can be found in our docs or the official support library docs.