Jim
Jim

Reputation:

Sleep in android

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

Answers (1)

CommonsWare
CommonsWare

Reputation: 1006564

Set up a BroadcastReceiver to watch for ACTION_SCREEN_OFF broadcast Intents.

Upvotes: 2

Related Questions