1

One LiveWallpaper is set programatically on device start. Now we need to switch to use an Image as wallpapaer for a single app. Once this app is closed, the liveWallpaper should be back. OR Can we make a background image as static so that when activity gets changed, the effect of background image being static looks like wallpaper?

ramindroid
  • 105
  • 1
  • 8

1 Answers1

0

Before setting the wallpaper programmatically, get the current wallpaper using WallpaperManager.

While leaving app, set the saved wallpaper in onDestroy method.

It will work.

Community
  • 1
  • 1
Raghu Nagaraju
  • 3,278
  • 1
  • 18
  • 25