Possible Duplicate:
Android – how to set the wallpaper image
I want to change the current wallpaper to another one programatically in android.Is it possible?I am doing a project that automatically changes wallpaper depending on the conditions set by the user
firstly add this permission in
AndroidManifest.xmlfilemain.xml:
then below is your java code which you to implement: