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

Commit 8371d287 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

am: 4cb8e2de

Change-Id: Ic4309ab74a5e9ce4893e582541e84f5160bf9d2f
parents b64a0603 4cb8e2de
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 {