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

This commit is contained in:
Chris Poultney
2023-05-15 15:49:58 +00:00
committed by Android (Google) Code Review

View File

@@ -3987,6 +3987,8 @@ public class WallpaperManagerService extends IWallpaperManager.Stub
if (mFallbackWallpaper != null) {
dumpWallpaper(mFallbackWallpaper, pw);
}
pw.print("mIsLockscreenLiveWallpaperEnabled=");
pw.println(mIsLockscreenLiveWallpaperEnabled);
}
}
}