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.
I googled it and couldn't find a definition. As usual the Android documentation was very "illuminating".
android keyguardApplication description: The application is intended as a safety program for a specific client (not to be deployed publicly). When …
android android-wake-lock keyguardIn my application, I need to lock and unlock phone. I searched for it, I found many answers, I tried …
android keyguardI want to control enabling/disabling keyguard on the device. To do that I'm using DevicePolicyManager and KeyguardLock API of …
android keyguard device-policy-managerHow can I disable the keyguard when a broadcast receiver is activated by screen_on, so that when it occurs …
android keyguardI 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-powermanagerI 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 keyguardBelow is excerpted from http://developer.android.com/reference/android/app/KeyguardManager.html public boolean isDeviceLocked () Returns whether the device …
android api locking lockscreen keyguard