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

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

Remember all wallpapers' backup-allow state

am: c613c630

Change-Id: I0f1e1bf9c747c6b8678e121517f230d6a9e934dc
parents 75ff71de c613c630
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);