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
========================================================================================
So far I haven't found a solution for this. I am adding this to better understand the question
To be clear: The app is written for 1.6 so it will work on all 1.6 and higher. The question is: can we write an app with 1.6 as the target, but support live wallpapers if its being run on a 2.1 device??
Thanks