views:

366

answers:

1

Is there an intent that is fired when a user unlocks their screen? I want my app to adjust the brightness when the screen turns on, but the problem im running into is that the screen on intent is fired on the lock screen and it does not adjust the display on that screen.

A: 

Look at the disableKeyguard method of KeyguardLock.

Karan
I don't think this directly answers the question. As this seems to be a method of unlocking the screen rather than getting notified when the screen has been unlocked.
stealthcopter