jam1
jam1

Reputation: 31

Android: How can I programmatically draw text on key guard screen / lock screen?

Is there a way to draw on or modify the key guard wallpaper programmatically?

It looks simple enough for the home wallpaper, you can use WallpaperManager. But how about for the lock screen wallpaper? I would like to draw some text there.

Upvotes: 2

Views: 2455

Answers (1)

Romain Guy
Romain Guy

Reputation: 98501

There is no API to draw on the lock screen.

Upvotes: 4

Related Questions