Retain allowBackup annotation when system+lock wallpaper becomes lock only
am: edd8dc83d5
Change-Id: I2f3a6587bb7f53517232cf051a345e2c617b3778
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user