Android Question How to disable/replace lockscreen?

Linostar

Member
Licensed User
Longtime User
Hi,

I'm trying to develop a lockscreen app, as a replacement for the lockscreen that comes with Android. I've read Erel's kiosk tutorial, and learned how to set the app as homescreen and preventing the user to escape by pressing the 'home' key. The other thing I need is to disable the system lockscreen (whether it is slide, pattern, pin, password, etc) so that my lockscreen app will appear first when the screen turns on or when the devices boots up.

What is/are the possible way(s) to do this?
 
Top