Magisk
Magisk copied to clipboard
Bring biometric back to fix fingerprint auth on some ROMs.
Not every ROMs support device credential, to support more devices add magisk biometric back please..
Tested.
We host authentication to systemui, if your device's systemui does not support biometrics, then neither does magisk. Device credential is the basic authentication method and should be supported by all Android devices. If not, you may be using a supervised device, and we don't recommend using magisk in this device.
In fact, I don't think it's possible to have a device that doesn't support device credential. Can you screen record to show us what is happening on your device?
https://github.com/topjohnwu/Magisk/assets/20614068/9a2ebec9-1f4f-44fe-b4ab-6283d3f12e41
Can you screen record to show us what is happening on your device?
Sure, here it is, meizu flyme, only support pin with device credential... It happens after I upgrade to v26.4 yesterday.
I understand, your systemui does not allow our authentication requests to use biometrics.
I understand, your systemui does not allow our authentication requests to use biometrics.
Yes, actually not only your magisk's , I come across same situation with chrome web app, but other app like Play store, 2FAS Auth, ice Box and anything else, my biometric auth works well.
Even with magisk, it works correctly before commit 678c07f.
@vvb2060
Good night, I noticed that the request is still not being processed, is this due to more one switches being too cumbersome? I just made the modification as shown in the picture.
In this case, can this request be merged?