android.app.KeyguardManager.KeyguardLock
Summary
Public Methods
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Public Methods
public
void
disableKeyguard()
Disable the keyguard from showing. If the keyguard is currently
showing, hide it. The keyguard will be prevented from showing again
until
reenableKeyguard() is called.
A good place to call this is from
onResume()
public
void
reenableKeyguard()
Reenable the keyguard. The keyguard will reappear if the previous
call to
disableKeyguard() caused it it to be hidden.
A good place to call this is from
onPause()