I have a problem. I am making a "home launcher" and I set the background with this code:
sfondo = peekWallpaper();
getWindow().setBackgroundDrawable(sfondo);
If the background is static, OK. But if the background is animated it shows a static background. Do you have a solution?