Merge "Retain allowBackup annotation when system+lock wallpaper becomes lock only am: edd8dc83d5 am: 4cb8e2de6f" into nyc-mr1-dev-plus-aosp
This commit is contained in:
committed by
Android (Google) Code Review
commit
d344b407df
@@ -1487,7 +1487,7 @@ public class WallpaperManagerService extends IWallpaperManager.Stub {
|
|||||||
lockWP.cropHint.set(sysWP.cropHint);
|
lockWP.cropHint.set(sysWP.cropHint);
|
||||||
lockWP.width = sysWP.width;
|
lockWP.width = sysWP.width;
|
||||||
lockWP.height = sysWP.height;
|
lockWP.height = sysWP.height;
|
||||||
lockWP.allowBackup = false;
|
lockWP.allowBackup = sysWP.allowBackup;
|
||||||
|
|
||||||
// Migrate the bitmap files outright; no need to copy
|
// Migrate the bitmap files outright; no need to copy
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user