android.app
Class KeyguardManager

java.lang.Object
  extended by android.app.KeyguardManager

public class KeyguardManager
extends Object


Nested Class Summary
 class KeyguardManager.KeyguardLock
           
static interface KeyguardManager.OnKeyguardExitResult
           
 
Method Summary
 void exitKeyguardSecurely(KeyguardManager.OnKeyguardExitResult callback)
           
 boolean inKeyguardRestrictedInputMode()
           
 KeyguardManager.KeyguardLock newKeyguardLock(String tag)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

newKeyguardLock

public KeyguardManager.KeyguardLock newKeyguardLock(String tag)

inKeyguardRestrictedInputMode

public boolean inKeyguardRestrictedInputMode()

exitKeyguardSecurely

public void exitKeyguardSecurely(KeyguardManager.OnKeyguardExitResult callback)


Copyright © 2008-2012. All Rights Reserved.