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

Commit 446d0adb authored by Chris Poultney's avatar Chris Poultney
Browse files

Adds lock screen live wallpaper enabled status to dump

Bug: b/282732025
Test: manually checked dump output
Change-Id: I58b8e6d810acdd7851eda90ba73ad4dfc38b74ea
parent 28ce92a2
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -3982,6 +3982,8 @@ public class WallpaperManagerService extends IWallpaperManager.Stub
            if (mFallbackWallpaper != null) {
                dumpWallpaper(mFallbackWallpaper, pw);
            }
            pw.print("mIsLockscreenLiveWallpaperEnabled=");
            pw.println(mIsLockscreenLiveWallpaperEnabled);
        }
    }
}