4

Has anyone got experience with developing an application to replace the default lock screen? I've been told it is not possible, however this application manages it.

Any tutorials or guidance you know of would be appreciated.

Robadob
  • 5,319
  • 2
  • 23
  • 32
Nada Feteiha
  • 61
  • 1
  • 2
  • 7

3 Answers3

1

100% possible. Here are some links to get you started.

Android App and Pattern Lock Screen

Android Lock Screen Widget

Developing a custom lock screen

Community
  • 1
  • 1
KBusc
  • 663
  • 8
  • 24
0

You can implement deviceAdminReciever to use device locks and all please have a look at this it explains everything about locks setting passwords.....

Update:

Use this library Link

and Source Here..

Prakhar
  • 2,270
  • 19
  • 26
  • That link is no good, android 2.2 is out of date. Plus it wasnt until recently you could use the pattern matching api's. Read what the link you posted says "Device Administration API currently only supports passwords for screen lock" – KBusc Aug 13 '13 at 13:08
  • know check my answere – Prakhar Aug 13 '13 at 13:14
0

Try this one:

lockscreenswitchwidget

kord
  • 482
  • 3
  • 12