How can I make an app respond to ACTION_SCREEN_ON
broadcasts even when the app is off?
I have been reading about alarms and IntentService
but I am not sure what the best practice is.
I am trying to make an app that takes pictures whenever the screen is unlocked.