Merge "Sending WALLPAPER_CHANGED broadcast when live wallpaper changes" into nyc-dev

This commit is contained in:
Sunny Goyal
2016-03-31 21:59:35 +00:00
committed by Android (Google) Code Review

View File

@@ -1285,6 +1285,7 @@ public class WallpaperManagerService extends IWallpaperManager.Stub {
wallpaper.imageWallpaperPending = false;
if (bindWallpaperComponentLocked(name, false, true, wallpaper, null)) {
wallpaper.wallpaperId = makeWallpaperIdLocked();
notifyCallbacksLocked(wallpaper);
}
} finally {
Binder.restoreCallingIdentity(ident);