English | Site Directory

Android - An Open Handset Alliance Project

android.app
public class

android.app.KeyguardManager

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

Summary

Public Methods

        boolean  inKeyguardRestrictedInputMode()
        KeyguardLock  newKeyguardLock(String tag)
Enables you to lock or unlock the keyboard.
Methods inherited from class java.lang.Object

Details

Public Methods

public boolean inKeyguardRestrictedInputMode()

public KeyguardLock newKeyguardLock(String tag)

Enables you to lock or unlock the keyboard. Get an instance of this class by calling Context.getSystemService(). This class is wrapped by KeyguardManager.
Build m5-rc15g - 14 May 2008 12:50