设置动态壁纸

跳转到设置界面


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);

posted @ 2012-05-15 11:32  镇水古月  阅读(178)  评论(0编辑  收藏  举报