| java.lang.Object | ||
| android.app.KeyguardManager | ||
Class that can be used to lock and unlock the keyboard. Get an instance of this class by calling Context.getSystemService(). The Actual class to control the keyboard locking is KeyguardLock.
Nested Classes| boolean | inKeyguardRestrictedInputMode() | ||||
| KeyguardLock | newKeyguardLock(String tag) | ||||
| Enables you to lock or unlock the keyboard. | |||||
Methods inherited
from class
java.lang.Object