A screen lock is a software feature that keeps users from accidentally sending input to a device. For iPhone, there's "Slide to Lock" and for Android there are many variations. The point of a screen lock is for the device to be sure that the user is consciously interacting with the device as opposed to, for example, pocket-dialing. Similar to a key guard. They can also provide an extra layer of security by asking for a pin or a gesture.
Questions tagged [screen-lock]
136 questions
1
vote
0 answers
Implement lock screen shortcut icons as there are in JellyBean android phones
As we see in JellyBean android phones, in the Lock screen, if we drag a Camera icon, it asks us to unlock the screen & once we unlock the screen Camera app is launched.
From my service, I am showing a dialog with OK button (& launching browser after…

AndroidGuy
- 1,270
- 4
- 15
- 32
1
vote
2 answers
Lock the MFC Screen
I have an MFC Application in which I have Wizards which is created using CPropertySheet. I have few controls and 'Next' button. When I press 'Next' button I will be doing various operations, On that time, I want to lock the screen so that user won't…

srajeshnkl
- 883
- 3
- 16
- 49
1
vote
1 answer
iPad app become inactive after locking screen
In my application, I'm downloading and uploading data at some point of time on a separate thread using NSOperation. Both process take approx. 2-3 min. If application remains active then everything works fine. But if the iPad screen is locked…

Jitendra Singh
- 2,103
- 3
- 17
- 26
0
votes
1 answer
iOS5 local notifications - swipe or unlock
Every first time your app is sending local notification to lock screen you can just read them or push the lock button twice and see the list with two sliders: one for reading each notification and one for unlocking. As far as i know it's the default…

raistlin
- 4,298
- 5
- 32
- 46
0
votes
1 answer
IPad application first comes in portrait mode and then in landscape mode after unlocking the screen which was in landscape mode at the time of locking
Might be possible duplicate of :- iPad Application Comes Up in Portrait Orientation After Screen Unlock Regardless of Orientation on Screen Sleep but it does not provide any solution.
My problem is I am working in landscape mode on iPad and I locks…

Gypsa
- 11,230
- 6
- 44
- 82
0
votes
0 answers
can xlock screenlock work with good color custom images?
XLock version xlockmore-5.68 (latest from my distro)
I am trying to get xlock to show an image of my choosing. I took the code from https://powered-by-caffeine.blogspot.com/2012/09/show-single-image-with-xlock.html
Note, xlock does NOT do scaling,…

Webdev Tory
- 435
- 3
- 13
0
votes
0 answers
How to lock a certain page in flutter?
Im currently building pomodoro app with flutter.
I want to add functionality that it locks up the phone during the locked time.
What I mean is that I cannot unlock and go back even if I restart my phone again. The locked screen should pop up…
0
votes
1 answer
How to make a mobile browser play a list of audio files without stopping when the screen is locked?
I would like to have a web page being able to act like a music player.
The user enqueues a list of audio files (hosted on the server) and they start playing. When the first audio is over, the second begins, etc, until the last one.
I was able to…

leonixyz
- 1,130
- 15
- 28
0
votes
0 answers
replace the kscreenlocker_greet
Sorry my English language
I need the following
If you launch the menu -Start -> Shutdown -> Lock
Then you can see the lock screen
Now press CTRL + ALT +F2
let's log in to this terminal under the root user
And let's see the running processes ps -eH |…

оронтин Шестой
- 1
- 1
0
votes
0 answers
Screen lock not always working in Android kiosk mode
We run an Android app in Kiosk mode that uses NFC tags.
When pressing the screen lock button, when in Kiosk mode sometimes the app doesn't enter screen lock mode, the screen goes black but you don't hear the normal click you get when locking,…
0
votes
1 answer
Capacitor Ios app frozen on Ios after screenlock
I'm writing a cross-plattform application (Win / IOS / Web) and facing some strange freezes in the IOS application (IOS version 15.3.1 - also occured on lower versions). The problem arises when I close the app, keep it laying for around 5 seconds…

FeeLix
- 1
- 1
0
votes
1 answer
Bash script to make i3 lock activate a timeout of 10 seconds to power down the locked screen
I have tried to make a script that takes a screenshot of current screen, blur it and set it as background of i3 lock screen.In addition I want to activate a timeout of 10 seconds to power down the locked screen.I linked this script with keybinding…

GARVIT AGRAWAL
- 16
- 4
0
votes
0 answers
How to avoid lock screen under Win10 via Python code?
A Win10 system locks the screen after a certain time of inactivity.
I know:
you could change the Win10 settings or
install special software which claims to avoid stand-by or lock screen
However, I cannot/don't want to change settings nor install…

theozh
- 22,244
- 5
- 28
- 72
0
votes
1 answer
how open activity from ForegroundService when phone is locked and screen is off in android 10?
as is clear from my question I want start activity from foreground service.
in android 5-9 it will start but in android 10 has restrictions and I do not know what to do!
this is activity that need to be started:
public class Activity extends…

Younes
- 1
- 1
0
votes
1 answer
How to lock/unlock android devices using unity and c#?
I looked all over the internet for a solution for a few days but couldn't find one that would help me lock/unlock an android device using unity programmatically. Mostly all the solutions are using android studio. Can some help me out please?

LateBeginner
- 53
- 9