Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 410676bb authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 21307 into eclair

* changes:
  Turn off static live wallpaper for now.
parents f58ffac2 b1ac1a86
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -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);