Fix wallpaper backup eligibility test am: f7d1b5de6e am: 100b610066
am: 6939bf0b05
Change-Id: I6316060245690a61049e92c7649efe82606b8f94
This commit is contained in:
@@ -1757,8 +1757,8 @@ public class WallpaperManagerService extends IWallpaperManager.Stub {
|
||||
}
|
||||
|
||||
WallpaperData wallpaper = (which == FLAG_LOCK)
|
||||
? mWallpaperMap.get(userId)
|
||||
: mLockWallpaperMap.get(userId);
|
||||
? mLockWallpaperMap.get(userId)
|
||||
: mWallpaperMap.get(userId);
|
||||
return (wallpaper != null) ? wallpaper.allowBackup : false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user