Skip to content Skip to sidebar Skip to footer

Android Set Lock Screen Wallpaper Programmatically

Possible Duplicate: How to set android lock screen image I was able to set wallpaper programmatically. Can I do that for lock down screen ? How ?

Solution 1:

This isn't possible from the standard API. See this previous answer to this question.

Solution 2:

As the lockscreen wallpaper is not editable on Android, this is not possible from the offcial tools.

I guess that you have an HTC or some OEM customized phone, so you can maybe ask HTC for doc, but I really doubt they will give it to you!

Post a Comment for "Android Set Lock Screen Wallpaper Programmatically"