Search code examples
androidscreenandroid-activitystandby

How do I set a custom Android standby screen?


For example, I want to write an activity that launches when you return from sleep (black screen). How can I set this activity to run instead of the default one? In other words, I want to make a custom lock screen.

Thanks


Solution

  • There is no API for doing this in the Android SDK today -- sorry!