RxFingerPrinter icon indicating copy to clipboard operation
RxFingerPrinter copied to clipboard

用rxjava简单封装了指纹识别,并实现对生命周期的自动绑定,顺便撸了一个指纹控件

Results 3 RxFingerPrinter issues
Sort by recently updated
recently updated
newest added

如题,指纹不支持的手机应该不能让它闪退,最好是加上判断 测试手机:Vivo X6D 系统:Android5.1

我注释这部分代码后,功能正常使用 //判断 是否开启锁屏密码 if (mKeyManager.isKeyguardSecure()) { publishSubject.onNext(new IdentificationInfo(KEYGUARDSECURE_MISSIING_ERROR)); isDeviceSupport = false; }

RxFingerPrinter164行 if (mKeyManager.isKeyguardSecure()) {