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

Commit 6ae8693c authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remember all wallpapers' backup-allow state" into nyc-mr1-dev

parents 6912cf9b 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);