Top "Keyguard" questions

This mobile phone feature allows the user to disable (lock) the keys so that a number will not accidentally be dialed while the phone is in your pocket or purse.

What is the keyguard in Android?

I googled it and couldn't find a definition. As usual the Android documentation was very "illuminating".

android keyguard
Android - Wake Up and Unlock Device

Application description: The application is intended as a safety program for a specific client (not to be deployed publicly). When …

android android-wake-lock keyguard
How to lock/unlock phone programmatically : Android

In my application, I need to lock and unlock phone. I searched for it, I found many answers, I tried …

android keyguard
Android - how to completely disable keyguard

I want to control enabling/disabling keyguard on the device. To do that I'm using DevicePolicyManager and KeyguardLock API of …

android keyguard device-policy-manager
How to Disable Keyguard and display an activity to the user when receiver of SCREEN_ON is triggered?

How can I disable the keyguard when a broadcast receiver is activated by screen_on, so that when it occurs …

android keyguard
Unlock the Screen Programmatically

I have a share button in the GCM notification. On click of the share button, I need to launch share …

android android-intent unlock keyguard android-powermanager
Disable Home Button in Android ICS (4.0)

I am making a proprietary app for a company which will never release it to the Android Market (or Play …

android android-3.0-honeycomb android-4.0-ice-cream-sandwich keyguard
What's the difference between isDeviceLocked and isKeyguardSecure in android's KeyguardManager?

Below is excerpted from http://developer.android.com/reference/android/app/KeyguardManager.html public boolean isDeviceLocked () Returns whether the device …

android api locking lockscreen keyguard