Live wallpaper on 1.6 android application
Posted
by Daniel Benedykt
on Stack Overflow
See other posts from Stack Overflow
or by Daniel Benedykt
Published on 2010-03-26T15:12:25Z
Indexed on
2010/03/26
15:13 UTC
Read the original article
Hit count: 674
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
© Stack Overflow or respective owner