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

Commit 4cb8e2de authored by Christopher Tate's avatar Christopher Tate Committed by android-build-merger
Browse files

Retain allowBackup annotation when system+lock wallpaper becomes lock only

am: edd8dc83

Change-Id: I2f3a6587bb7f53517232cf051a345e2c617b3778
parents 0a327064 edd8dc83
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1487,7 +1487,7 @@ public class WallpaperManagerService extends IWallpaperManager.Stub {
        lockWP.cropHint.set(sysWP.cropHint);
        lockWP.width = sysWP.width;
        lockWP.height = sysWP.height;
        lockWP.allowBackup = false;
        lockWP.allowBackup = sysWP.allowBackup;

        // Migrate the bitmap files outright; no need to copy
        try {