How can i check if the lock screen is protected by finger print authentication not with password or pattern or etc, right now i'm using this but its returning true even if lock screen is protected by password
keyguardManager.isKeyguardSecure()
How can i check if the lock screen is protected by finger print authentication not with password or pattern or etc, right now i'm using this but its returning true even if lock screen is protected by password
keyguardManager.isKeyguardSecure()
Copyright © 2021 Jogjafile Inc.
Based on the documentation:
keyguardManager.isKeyguardSecure():
isDeviceSecure
Unfortunately the APIs available doesn't allow us to pin point which type of unlock method has been used by user.
Even if your app has Administrator privileges, there is no direct API available to achieve it (there are some work around with which it can be detected in most of the cases).