screen-lock Questions

1

I want to check if the user has any type of screen lock set on their device (PIN, fingerprint, face, pattern, etc.). I don't want to simply check if the device is capable of for example biometrics,...
Saturn asked 7/1, 2021 at 17:23

6

Solved

How to start an Activity on device even if screen is locked. I tried as below but it's not working. Broadcast receiver: Intent alarmIntent = new Intent("android.intent.action.MAIN"); alarmIntent...

0

When I leave my script in Jupyter Notebook for a while, it apparently pauses running. The computer itself is not going to sleep mode (I made sure that I put "Never go to sleep on battery power"), b...

3

Solved

Whenever I press Super+L (or Win+L) on my Ubuntu 14.04 Desktop, the screen gets locked. I would like to disable this behaviour. In System Settings->Keyboard->Shortcuts->System there is a shor...
Prefect asked 23/7, 2014 at 10:52

5

i want to hide status bar in my application to make it fullscreen, so i use this example Hide Notification bar - it works fine. But if i lock the screen and then unlock it, the status bar appears, ...
Beetlebrowed asked 14/3, 2012 at 12:30

5

Is there any one that can help me with a code to set a password to lock the screen ? thx
Lingulate asked 15/3, 2012 at 16:54

8

Is there a way to lock the Android screen via the ADB? I find ways to lock the display in an apk, but I want to lock the screen from the PC via ADB, to simulate a display timeout, without having ...
Jordans asked 12/12, 2012 at 23:3

6

I know this question is asked many times but I found that none of the solution is working. I tried the code given below... protected void onPause() { super.onPause(); Intent intent = new Inten...
Nuristan asked 3/4, 2016 at 8:45

10

How can I detect lock/unlock events on the iPhone? Assuming it's only possible for jailbroken devices, can you point me to the correct API? By lock events, I mean showing or hiding the Lock Screen...
Pemphigus asked 1/4, 2009 at 16:29

1

i am trying to implement finger print to unlock or remove the locked view by finger print authentication using existing enrolled finger prints by sensor to show contents further but fingerprint aut...

3

Solved

Rather than build a passcode directly into my app and potentially require the user to enter a passcode twice (once for the device and again for my app); I thought I might out-clever myself and do s...
Imperturbable asked 24/1, 2014 at 16:25

3

Solved

I am building a security app and I need to know if the user is giving incorrect password . Suppose user phone is locked by pattern lock system , and unfortunately user has forgotten the pattern pas...

2

I'm developing an application that lets the user scan barcodes using an external barcode scanner connected via bluetooth. The barcode scanner acts as a keyboard, i.e. Android thinks that the scanne...
Zambia asked 4/3, 2015 at 14:2

1

Solved

I'm trying to lock the camera so that the users can't move the map. Is there any method available for that? I tried to find it, but untill now I haven't found it yet. I also tried to find any relat...
Serve asked 21/1, 2013 at 14:10

1

Solved

I have make an app that can show missed call when screen is locked,but I don't know how to show number of missed call on the locked screen.the call image is from MultiWaveViewwhich has defined alre...
Violetvioleta asked 3/12, 2012 at 3:2

1

Solved

I want to do as below: User press hard unlock button. After pressing unlock button my activity is start. After close my activity using close button on screen user prompt to enter pattern lock(or p...
Gaultiero asked 1/11, 2012 at 6:36
1

© 2022 - 2024 — McMap. All rights reserved.