Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c613c630 authored by Christopher Tate's avatar Christopher Tate
Browse files

Remember all wallpapers' backup-allow state

...not just system wallpapers.

Bug 30751829

Change-Id: If9f5df33e587e31080a7e65b1cbcae03f9a39f3c
parent 41941689
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -1400,10 +1400,8 @@ public class WallpaperManagerService extends IWallpaperManager.Stub {
                    wallpaper.whichPending = which;
                    wallpaper.setComplete = completion;
                    wallpaper.cropHint.set(cropHint);
                    if ((which & FLAG_SYSTEM) != 0) {
                    wallpaper.allowBackup = allowBackup;
                }
                }
                return pfd;
            } finally {
                Binder.restoreCallingIdentity(ident);