android_packages_apps_Launcher
android_packages_apps_Launcher copied to clipboard
why can't change wallpaper?
long press the workspace->click the wallpaper,only have two choose(live wallpaper,gallery),why not have nomal wallpaper?
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">