A lock screen is a user interface element used by various operating systems. They regulate immediate access to a device by requiring that the user perform a certain action in order to receive access: such as entering a password, using a certain button combination, or by performing a certain gesture using a device's touchscreen.
Questions tagged [lockscreen]
906 questions
-1
votes
1 answer
How to show ads on Applock's lock screen?
I am implementing an app locker for Android where the user can block apps and other users can not access these apps without an access key. Can I show ads on app lock screen?

Hải Bùi
- 39
- 1
- 4
-1
votes
2 answers
Is there any way of changing LockScreen Wallpaper/photo in Android programmatically
I want to change the lockscreen wallpaper of Android. I was able to change home screen wallpaper through WallpaperManager.setResource
But I am unable to set LockScreen Wallpaper
Also is there any way to change it over time automatically?

vishvajeet pal
- 5
- 1
-1
votes
1 answer
Create an app to lauch from lockscreen without unlocking
I can put 2 shortcuts on the lockscreen, and with every application installed on my android device. However, I need to unlock the screen when I slide one of those shortcuts, except for the camera: I don't need to unlock and when I close the camera…
user6226464
-1
votes
1 answer
Lock screen image change
Here is my code:
Uri u = new Uri(@"C:\roomieUser\w3.tif");
Windows.System.UserProfile.LockScreen.RequestSetImageFeedAsync(u);
I am trying to change the lock screen in a Windows forms application. I have managed to use WinRT libraries in Windows…

Asim Mehmood
- 29
- 1
- 4
-1
votes
1 answer
OpenGL & Ubuntu 14.04 No rendering after Lock Screen
My OpenGL version 4.5.0 on Ubuntu 14.04. VBO and shaders are used. The OpenGL not rendering correctly after lock screen (black with a few color lines, looks like glClear(GL_DEPTH_BUFFER_BIT | GL_COLOR_BUFFER_BIT) not working). I tried both offline…

Jiewei Li
- 11
-1
votes
1 answer
How to implement Lock Screen for Lollipop?
I could not find a good solution for the question. Some of them say using flags you can achieve it. But I think it is too old and it will not work for Lolipop.
I have a project on my University Last Semester and I am hard working on that, I have…

NIKHIL C M
- 3,873
- 2
- 28
- 35
-1
votes
1 answer
Run a script if password is entered wrong 3 times at lock screen [OS X]
I want to get my MacBook to automatically execute a shell script if the password at lock screen is entered wrong 3 times to restart the computer. Writing the script is easy enough, but how can I make it trigger automatically with a number of failed…

user3491112
- 29
- 4
-1
votes
1 answer
How to override default windows lock screen
I am developing an application in MS .Net which will authenticate the user to lock and unlock the system with an RFID tag.Can i override default windows lock screen using .Net program with RFID.

android
- 163
- 1
- 15
-1
votes
2 answers
Android Popup Screen like in WhatsApp or Telegram
I'm new in android developing.
I searched a lot for this and i didn't find any proper answer.
I want to make a Pop-up/Dialog Screen that Displays when something in a Service happens.
This Screen should be also available when the phone is…

user4878754
- 63
- 7
-1
votes
1 answer
How to make a lock screen button in fragment layout?
I want to made a lock screen Button in a Fragment Layout.
I searched some help and found the same, but made using an Activity.
The code is here:
http://karanbalkar.com/2014/01/tutorial-71-implement-lock-screen-in-android/
I don't know how to…

PLorida
- 103
- 1
- 2
- 11
-1
votes
1 answer
Setting image source in windows phone
I am trying to set source for an image. The catch here is the Uri for the image am receiving. The data is coming from the device lockscreen. The uri is
res://UIXMobileAssets{ScreenResolution}!lock.sms.dualsim1.png
The regular code
Image imgLogo =…

Apoorva
- 1,047
- 13
- 33
-1
votes
1 answer
Get Lock Screen Preview?
Is there any way to get lock screen preview.
I am writing an application where required to set Wallpaper and then look how it will be look like. Since there is no API support to show lock screen preview so I am searching for other way.
Is there any…

CoDe
- 11,056
- 14
- 90
- 197
-1
votes
1 answer
What is this screen and how to use it in my application?
This screen display an authentification code even on the lock screen.
I've googled it and found absolutely nothing about it. I even don't know the name of the component.
Is it possible to be a special push notification ?
I need to know which class…

David Ansermot
- 6,052
- 8
- 47
- 82
-1
votes
2 answers
How to disable android home button and task history button within an activity?
For home button disabling:
Home key pressing event cannot be intercepted in activity by onKeyDown() beyond version3.x.
I can add:
in the intent-filter of the activity, but this will make even pressing home button outside of the activity to…
-1
votes
1 answer
allows to use apple's lock screen?
Was wondering if an api exists to let you use this lock screen within your apps
Thanks.

r4id4
- 5,877
- 8
- 46
- 76