【发布时间】:2014-12-29 23:23:56
【问题描述】:
我正在尝试启动默认的 android 壁纸选择器。我正在使用:
Intent intent = new Intent(Intent.ACTION_SET_WALLPAPER);
startActivity(intent);
此代码有效,但会打开应用选择器。我想直接打开“壁纸”。我的 minSdkVersion 设置为 16。
【问题讨论】:
标签: android android-intent wallpaper start-activity