How do I move to Live Wallpaper preview from app?
问题 I've been looking all over for a specific example of this and couldn't find it online anywhere. What I want to do is: From my app click a button and move to the Live Wallpaper preview of my apps live wallpaper, so the user can choose to activate it. Now of what I've read online, I'm to use WallpaperManager's ACTION_CHANGE_LIVE_WALLPAPER with EXTRA_LIVE_WALLPAPER_COMPONENT pointing to my LiveWallpapers ComponentName. Here's my code of what I have so far. Anybody know what I'm doing wrong? As