标签: android
我可以使用以下代码在android中以编程方式打开livewallpaper选择器:
Intent intent = new Intent(); intent.setAction(WallpaperManager.ACTION_LIVE_WALLPAPER_CHOOSER); startActivity(intent);
但如果我想在预览模式下打开livewallpaper应用程序该怎么办?哪里会有一个按钮将其设置为livewallpaper?有什么办法吗?