Questions tagged [lockscreen]

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.

906 questions
-3
votes
1 answer

Simulation of lock screen android

i know it's dumb question but i am rely desperate here. Can you tell me where can i find Manifest file and resource folder for these classes?
sekula87
  • 347
  • 1
  • 7
  • 19
-4
votes
2 answers

How to disable Windows 8 lock screen?

So I took a plunge and installed Windows 8 Consumer Preview on my main home PC. So far so good, but there is one annoyance - the system "locks" the computer after a period of inactivity causing me to re-enter my password. I really would like to…
Filip Frącz
  • 5,881
  • 11
  • 45
  • 67
-4
votes
1 answer

app lock to lock apps in iphone

I'm a newbie,and i'd like to create an app which allows to lock the apps such as Whatsapp and facebook which are being installed by the user using password, I will be very thankful if any one suggest any idea or any sample code to achieve this.…
Mohanraj
  • 587
  • 4
  • 21
-5
votes
1 answer

Broadcast receiver not working when app is closed. It works perfect while app is running

The purpose of the app is to show a view on home screen while power connect or disconnect irrespective of app's running status. It should show view on home screen even if the app is not running. PROBLEM: 1: No pop up screen is showing on while app…
10zin
  • 79
  • 4
-6
votes
1 answer

How to determine the lock screen is on the top of the other activity, or the other activity is on the top of the lock screen?

I encountered a problem, MyActivity is under the LockScreen, in this case, I need to launch MyActivity from framework by clicking volume button; MyActivity is on the top of Lockscreen, in this case, I do nothing. But I don't know how to…
1 2 3
60
61