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

Commit b1ac1a86 authored by Dianne Hackborn's avatar Dianne Hackborn
Browse files

Turn off static live wallpaper for now.

parent a8dfe24d
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);