Lambda Xiao
Lambda Xiao
在soter中未找到可用的监听指纹变化的方法。自己在网上找到一个用反射的方式拿到系统方法获取系统的指纹列表,不过这种方式稳定性差,随着android API的提升反射获取的那个方法可能不存在,而且我测试发现三星手机获取的指纹列表的每个指纹ID都是1,2,3这种单个数字,ID没有唯一性,只能暂时用用罢了。 反射获取手机系统指纹列表方式如下 ``` public void getFingerprintInfo(Context context) { //必须6.0以上 if (android.os.Build.VERSION.SDK_INT >= android.os.Build.VERSION_CODES.M) { try { FingerprintManager fingerprintManager = (FingerprintManager) context.getSystemService(Context.FINGERPRINT_SERVICE); Method method = null; method = FingerprintManager.class.getDeclaredMethod("getEnrolledFingerprints"); Object...
不行,需要相应改源码
恒生指数行情测试数据
可以的。设置属性 setDragEnabled(true)和setScaleEnabled(true)就可以