Merge "Retain allowBackup annotation when system+lock wallpaper becomes lock only" into nyc-mr1-dev

This commit is contained in:
Chris Tate
2016-10-13 18:51:10 +00:00
committed by Android (Google) Code Review

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 {