设置动态壁纸

跳转到设置界面


Toast.makeText(this, "Select \"Notification Bubbles\" in the list to start the Live Wallpaper", 1).show();
Intent localIntent1 = new Intent();
localIntent1.setAction("android.service.wallpaper.LIVE_WALLPAPER_CHOOSER");
startActivityForResult(localIntent1, this.AndroidTestActivity);

你可能感兴趣的:(动态壁纸)