Top "Screen-lock" questions

A screen lock is a software feature that keeps users from accidentally sending input to a device.

How to lock Android screen via ADB?

Is there a way to lock the Android screen via the ADB? I find ways to lock the display in …

android adb screen-lock
How to disable home button in Android like lock screen apps do?

I know this question is asked many times but I found that none of the solution is working. I tried …

android homescreen android-homebutton screen-lock
Programmatically detect whether iOS passcode is enabled or not

Rather than build a passcode directly into my app and potentially require the user to enter a passcode twice (once …

ios screen-lock parental-control
Start Activity screen even if screen is locked in Android

How to start an Activity on device even if screen is locked. I tried as below but it's not working. …

android android-activity broadcastreceiver screen-lock
How can i set up screen lock with a password programmatically?

Is there any one that can help me with a code to set a password to lock the screen ? thx

android lockscreen screen-lock
Ubuntu: Do NOT lock the screen when pressing Super+L

Whenever I press Super+L (or Win+L) on my Ubuntu 14.04 Desktop, the screen gets locked. I would like to …

ubuntu-14.04 screen-lock
How to keep my app running on Android when I lock the screen?

I'm developing an Android app. How can I make the app not to be killed when I lock the screen, …

android screen-lock
Detect Lock Screen Incorrect Password by user in Android

I am building a security app and I need to know if the user is giving incorrect password . Suppose user …

android android-service android-broadcast android-windowmanager screen-lock