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

Commit d9fd96df authored by Chris Poultney's avatar Chris Poultney Committed by Automerger Merge Worker
Browse files

Merge "Adds lock screen live wallpaper enabled status to dump" into udc-dev am: d28b311a

parents 73f40804 d28b311a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -3987,6 +3987,8 @@ public class WallpaperManagerService extends IWallpaperManager.Stub
            if (mFallbackWallpaper != null) {
                dumpWallpaper(mFallbackWallpaper, pw);
            }
            pw.print("mIsLockscreenLiveWallpaperEnabled=");
            pw.println(mIsLockscreenLiveWallpaperEnabled);
        }
    }
}