Example usage for Java android.app KeyguardManager fields, constructors, methods, implement or subclass
The text is from its open source code.
Intent | createConfirmDeviceCredentialIntent(CharSequence title, CharSequence description) Get an intent to prompt the user to confirm credentials (pin, pattern or password) for the current user of the device. |
boolean | inKeyguardRestrictedInputMode() |
boolean | isKeyguardLocked() Return whether the keyguard is currently locked. |
boolean | isKeyguardSecure() Return whether the keyguard is secured by a PIN, pattern or password or a SIM card is currently locked. |
KeyguardLock | newKeyguardLock(String tag) |