Merge change 21307 into eclair
* changes: Turn off static live wallpaper for now.
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user