Search code examples
androidbackgroundimagelive-wallpaper

Could live wallpaper be set as background?


Is it possible to set some of the live wallpapers as a background of an activity ?


Solution

  • Sure, just add this attribute to your <activity> tag in the manifest:

    android:theme="@android:style/Theme.Wallpaper"