I have created new authentication method and now need to replace the current home screen lock(maze lock) with my app…i have created and tested the app as a standalone program but now i need to make it the home screen locker..
I have created new authentication method and now need to replace the current home
Share
I’m not sure it’s possible. At least pre-ICS, Google do not allow the Android lock/authentication screen to be replaced – most likely for security reasons. There are various ways of doing it on a rooted or custom ROM of course and others have found a way of “top-screening” (i.e. making your Window appear above the lock screen, but not actually replace it), but if you’re looking for a ReplaceLockScreen() API, it doesn’t exist.