Possible Duplicate:
How can I unlock the screen programmatically in Android?
I have a running android Service. It runs even on the lockscreen, and I want it to somehow Unlock the lockscreen.
How can I interface with the lockscreen activity or whatever the lockscreen is?
I want my service to Unlock the lockscreen, just like if the user slided the unlock thing.
How might I do this?