跳转到设置界面
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);