Merge "Adds lock screen live wallpaper enabled status to dump" into udc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
d28b311abf
@@ -3987,6 +3987,8 @@ public class WallpaperManagerService extends IWallpaperManager.Stub
|
||||
if (mFallbackWallpaper != null) {
|
||||
dumpWallpaper(mFallbackWallpaper, pw);
|
||||
}
|
||||
pw.print("mIsLockscreenLiveWallpaperEnabled=");
|
||||
pw.println(mIsLockscreenLiveWallpaperEnabled);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user