Hi All,
I want to ask one question how can we set Live Wallpaper Automatically
everyday in Android, as we can set normal wallpaper successfully in
this way by using the following code.
final WallpaperManager wallpaperManager =
WallpaperManager.getInstance(this);
final Drawable wallpaperDrawable =
wallpaperManager.getDrawable();
final ImageView imageView = (ImageView)
findViewById(R.id.imageview);
imageView.setDrawingCacheEnabled(true);
imageView.setImageDrawable(wallpaperDrawable);
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en