Is there a way to detect when a user unlocks the phone? I know about ACTION_SCREEN_ON and ACTION_SCREEN_OFF, but these seem to be fired when the screen switches on/off on pressing the power button, but not actually when the phone gets unlocked on pressing the Menu button...
Edit: I am trying to detect the unlock/lock while an activity is running, and I want to resume the activity once unlocked.
Thanks Chris