Reputation:
I am an android developer I have a problem.. I want to be get notified when the phone screen goes to sleep PLease Help wiith a sample code.
Upvotes: 0
Views: 930
Reputation: 1006564
Set up a BroadcastReceiver
to watch for ACTION_SCREEN_OFF
broadcast Intents
.
Upvotes: 2