AnderWeb / android_packages_apps_Launcher

Android Launcher (almostNexus mod)
http://forum.xda-developers.com/showthread.php?t=645550
Other
321 stars 151 forks source link

why can't change wallpaper? #58

Open leiyuanhua opened 13 years ago

leiyuanhua commented 13 years ago

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

leiyuanhua commented 13 years ago

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">

    </activity>