Live wallpaper on 1.6 android application
- by Daniel Benedykt
Hi
I have an Android application with version 1.6
I take the wallpaper and show it on my application.
(I do that programatically by calling getWallpaper() on the Activity)
When this is installed on a 2.1 phone, that has live wallpaper, the live wallpaper is not returned by getWallpaper() , because it just returns a Drawable, and live wallpaper probably is another thing.
So the question is, is it possible to show a live wallpaper on the background of a 1.6 application? How?
Thanks