Search code examples
androidlive-wallpaperlaunch

How to Create Live Wallpaper container?


I am creating an launcher application where I want to functionality to set Live wallpaper, any one have idea how to create container for live wallpaper.

let me know if any suggestion/idea?


Solution

  • I'm not sure exactly what you want to accomplish, but If you want to set a live wallpaper from your own application you will still have to make the appropriate calls into android. I am not aware of a way to actually set it yourself and bypass the managers. I'm certain that you will still have to extend WallpaperService and also Engine to make a Live Wallpaper.