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

Commit bcffe9fd authored by Christopher Tate's avatar Christopher Tate Committed by android-build-merger
Browse files

Remember all wallpapers' backup-allow state am: c613c630 am: 67c0d08a

am: 544a8bd0

Change-Id: I2a8784957187b426ea1cc788f47acb60026d9eef
parents 26100721 544a8bd0
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);