My application contains user authentication for login(includes pin/pattern, fingerprint unlock) which depends on device security. I am using Biometric manager to detect whether device has fingerprint support using BiometricManager and also checking whether device is secured using isDeviceSecure(). I am in need to detect in which mode mobile device is secured whether pin/pattern with, pin/pattern with fingerprint, pin/pattern with face unlock or all the three modes(pin/pattern, face unlock, fingerprint).