Is it possible to write an Android broadcast receiver that detects when the phone wakes up?

Posted by Joe on Stack Overflow See other posts from Stack Overflow or by Joe
Published on 2010-04-05T07:17:43Z Indexed on 2010/04/05 7:23 UTC
Read the original article Hit count: 225

Filed under:
|
|
|
|

I want to figure out how to detect when the phone wakes up from being in the black screen mode and write a handler for that event. Is that possible? It seems like this would be something a Broadcast Receiver should handle? Or is there a better or more proper way?

Thanks

© Stack Overflow or respective owner

Related posts about android

Related posts about broadcast