android_packages_apps_Launcher icon indicating copy to clipboard operation
android_packages_apps_Launcher copied to clipboard

why can't change wallpaper?

Open leiyuanhua opened this issue 14 years ago • 1 comments

long press the workspace->click the wallpaper,only have two choose(live wallpaper,gallery),why not have nomal wallpaper?

leiyuanhua avatar Dec 23 '10 03:12 leiyuanhua

I think in AndroidMainfest.xml should add: <activity android:name="WallpaperChooser" android:label="@string/pick_wallpaper" android:icon="@drawable/ic_launcher_wallpaper" android:screenOrientation="nosensor" android:finishOnCloseSystemDialogs="true">

leiyuanhua avatar Dec 23 '10 05:12 leiyuanhua