Hi I set a android wallpaper through bitmap. But Now I want to remove this .How can I remove this?? Can anyone have better Idea.I try wallpaper.clear(); but it is not working .
SO please Help me .
Thanks and Regards, Md Maidul Islam
Hi I set a android wallpaper through bitmap. But Now I want to remove this .How can I remove this?? Can anyone have better Idea.I try wallpaper.clear(); but it is not working .
SO please Help me .
Thanks and Regards, Md Maidul Islam
What do you mean by removing it? If you want to set it back to the old wallpaper, save the old wallpaper before setting the new one, then switch it back when you want to 'remove'.
wallpaperManager = WallpaperManager.getInstance(this); wallpaperManager.clear();
this will return the android default image