Merge change 21307 into eclair

* changes:
  Turn off static live wallpaper for now.
This commit is contained in:
Android (Google) Code Review
2009-08-14 12:24:02 -07:00

View File

@ -325,8 +325,10 @@ class WallpaperManagerService extends IWallpaperManager.Stub {
ComponentName realName = name;
if (realName == null) {
// The default component is our static image wallpaper.
realName = new ComponentName("android",
ImageWallpaper.class.getName());
//realName = new ComponentName("android",
// ImageWallpaper.class.getName());
clearWallpaperComponentLocked();
return;
}
ServiceInfo si = mContext.getPackageManager().getServiceInfo(realName,
PackageManager.GET_META_DATA | PackageManager.GET_PERMISSIONS);