How to lock the Screen customly? Just like WaveSecure in Android

Posted by HackNone on Stack Overflow See other posts from Stack Overflow or by HackNone
Published on 2010-03-05T08:18:58Z Indexed on 2010/04/10 0:43 UTC
Read the original article Hit count: 258

Filed under:
|

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 locking function, as the following picture show: http://goo.gl/XlPP

When the mobile is locked, WaveSecure can require customer to input their own password. So I think WaveSecure must replace Android's original locking function.

And I also google it, but I didn't find anything helpful. I only find two packages may be helpful. They are:

  • android.app.KeyguardManager
  • android.os.PowerManager

But after I reading the Android Docs, I still can't have an idea on it.

Can you help me? Thx:)

© Stack Overflow or respective owner

Related posts about android

Related posts about lockscreen