All Projects → cangwang → BMPrinter

cangwang / BMPrinter

Licence: other
BMPrinter is the first open source project from SKYSTAR and BCM.

Programming Languages

kotlin
9241 projects

BMPrinter

BMPrinter is the first open source project from SKYSTAR and BCM

Characteristic

1.Has Adapted most of phone with fingerprint above Android N,included XIAOMI,MEIZU,VIVO,OPPO,Samsung and google.
2.Has Adapted underscreen fingerprint,include XIAOMI,VIVO,OPPO.
3.Has Adapted some phone above Android L.

Add to Your project

Gradle:
implementation project(':bmprinter')

Ussage

All code is write with kotlin,so it would be best you know kotlin and java.
1.get BMPrinter
var fingerprintUtil: IFingerprintUtil = createFingerprintUtil()

2.authenticate
fingerprintUtil?.authenticate { success, errCode, errMsg -> if(success){}}

3.FingerprintFactory
you can see some status for fingerprint authentication in FingerprintFactory.

About Android P

It has change FingerPrint api to BiometricPrompt and BiometricPrompt only can be built as a dialog.
New version has support android P.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].