Suppose I have something like an alarm activity which launches the alarm through the lock screen, accomplished via
A few users have been asking me Android lock screen widgets for my app - I believe they want a widget that stays on their lock screens and allows them to interact with the app.
This question already has answers here: Closed 11 years ago. Possible 开发者_开发百科Duplicate: Lock the android device programatically
I\'m making an application that locks the phone down after some event. Basically it just turns off the screen and the android lock screen activates. I\'ve set the LOCK_PATTERN_ENABLED setting in order
Is there a way to find out if a user has the PIN lock or password lock screen security set? I know that you can check Settings.Secure.PATTERN_LOCK_ENABLED to read if the pattern is set. Even a value
I\'m looking for a way to launch the native android lock screen from my application. I\'ve looked around and found code about KeyGuardLock and KeyGuardMa开发者_如何学JAVAnager but I believe that only
I will like to develop an App which modifies LockScreen 开发者_高级运维of Android. I have read in some forums that it is not supported as yet in the SDK but there are some applications available that
I was wondering if anyone understood how to make your application be displayed when you unlock the screen. I have an application where the user turns on a Bluetooth device, it connects to the phone, a
I know that apple knows when you touch the locked screen (iPod shortcut, call), but can I know somehow whe开发者_开发百科n user touches it.
I want to do a demo just like WaveSecure, which win Android Develop Challenge 2 with a third place. Now I have a problem in locking the screen customly, so I want to know how WaveSecure achieve its lo