Retain allowBackup annotation when system+lock wallpaper becomes lock only am: edd8dc83d5

am: 4cb8e2de6f

Change-Id: Ic4309ab74a5e9ce4893e582541e84f5160bf9d2f
This commit is contained in:
Christopher Tate
2016-10-13 19:13:33 +00:00
committed by android-build-merger

View File

@@ -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 {