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;
|
ComponentName realName = name;
|
||||||
if (realName == null) {
|
if (realName == null) {
|
||||||
// The default component is our static image wallpaper.
|
// The default component is our static image wallpaper.
|
||||||
realName = new ComponentName("android",
|
//realName = new ComponentName("android",
|
||||||
ImageWallpaper.class.getName());
|
// ImageWallpaper.class.getName());
|
||||||
|
clearWallpaperComponentLocked();
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
ServiceInfo si = mContext.getPackageManager().getServiceInfo(realName,
|
ServiceInfo si = mContext.getPackageManager().getServiceInfo(realName,
|
||||||
PackageManager.GET_META_DATA | PackageManager.GET_PERMISSIONS);
|
PackageManager.GET_META_DATA | PackageManager.GET_PERMISSIONS);
|
||||||
|
Reference in New Issue
Block a user