Java android.app KeyguardManager fields, constructors, methods, implement or subclass

Example usage for Java android.app KeyguardManager fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.app KeyguardManager.

The text is from its open source code.

Method

IntentcreateConfirmDeviceCredentialIntent(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.
booleaninKeyguardRestrictedInputMode()
booleanisKeyguardLocked()
Return whether the keyguard is currently locked.
booleanisKeyguardSecure()
Return whether the keyguard is secured by a PIN, pattern or password or a SIM card is currently locked.
KeyguardLocknewKeyguardLock(String tag)