How to use liveWallpaper as your background image
I have created a simple app. Now I want to have a live wallpaper as 开发者_JAVA技巧a background image in my App. So how that can be done? Is there any example code related using live wallpaper as a background in our app. If anyone knows please help me to solve this out.
try:
WallpaperManager.getInstance(class.this).setResource("your image path/from drawable");
精彩评论