Loading services/core/java/com/android/server/wallpaper/WallpaperManagerService.java +3 −1 Original line number Diff line number Diff line Loading @@ -1105,7 +1105,9 @@ public class WallpaperManagerService extends IWallpaperManager.Stub { outParams.putInt("width", wallpaper.width); outParams.putInt("height", wallpaper.height); } if (cb != null) { wallpaper.callbacks.register(cb); } if (!wallpaper.cropFile.exists()) { return null; } Loading Loading
services/core/java/com/android/server/wallpaper/WallpaperManagerService.java +3 −1 Original line number Diff line number Diff line Loading @@ -1105,7 +1105,9 @@ public class WallpaperManagerService extends IWallpaperManager.Stub { outParams.putInt("width", wallpaper.width); outParams.putInt("height", wallpaper.height); } if (cb != null) { wallpaper.callbacks.register(cb); } if (!wallpaper.cropFile.exists()) { return null; } Loading