Loading services/core/java/com/android/server/wallpaper/WallpaperManagerService.java +1 −0 Original line number Diff line number Diff line Loading @@ -1719,6 +1719,7 @@ public class WallpaperManagerService extends IWallpaperManager.Stub final WallpaperData systemWallpaper = getWallpaperSafeLocked(userId, FLAG_SYSTEM); switchWallpaper(systemWallpaper, null); notifyCallbacksLocked(systemWallpaper); } // Make sure that the SELinux labeling of all the relevant files is correct. Loading Loading
services/core/java/com/android/server/wallpaper/WallpaperManagerService.java +1 −0 Original line number Diff line number Diff line Loading @@ -1719,6 +1719,7 @@ public class WallpaperManagerService extends IWallpaperManager.Stub final WallpaperData systemWallpaper = getWallpaperSafeLocked(userId, FLAG_SYSTEM); switchWallpaper(systemWallpaper, null); notifyCallbacksLocked(systemWallpaper); } // Make sure that the SELinux labeling of all the relevant files is correct. Loading