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

Commit 8dde1b0b authored by Aurélien Pomini's avatar Aurélien Pomini Committed by Automerger Merge Worker
Browse files

Merge "Add stub method isLockscreenLiveWallpaperEnabled() in qpr" into tm-qpr-dev am: 27ea523b

parents d270036a 27ea523b
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -752,6 +752,19 @@ public class WallpaperManager {
        return sGlobals.mService;
    }

    /**
     * Temporary method for project b/197814683
     * Starting from U, this will return true if the new wallpaper logic is enabled,
     * i.e. if the lockscreen wallpaper always uses a wallpaperService and not a static image.
     * In T, this is just a stub method that always return false.
     *
     * @return false
     * @hide
     */
    public boolean isLockscreenLiveWallpaperEnabled() {
        return false;
    }

    /**
     * Indicate whether wcg (Wide Color Gamut) should be enabled.
     * <p>