Merge "Sending WALLPAPER_CHANGED broadcast when live wallpaper changes" into nyc-dev
This commit is contained in:
@@ -1285,6 +1285,7 @@ public class WallpaperManagerService extends IWallpaperManager.Stub {
|
|||||||
wallpaper.imageWallpaperPending = false;
|
wallpaper.imageWallpaperPending = false;
|
||||||
if (bindWallpaperComponentLocked(name, false, true, wallpaper, null)) {
|
if (bindWallpaperComponentLocked(name, false, true, wallpaper, null)) {
|
||||||
wallpaper.wallpaperId = makeWallpaperIdLocked();
|
wallpaper.wallpaperId = makeWallpaperIdLocked();
|
||||||
|
notifyCallbacksLocked(wallpaper);
|
||||||
}
|
}
|
||||||
} finally {
|
} finally {
|
||||||
Binder.restoreCallingIdentity(ident);
|
Binder.restoreCallingIdentity(ident);
|
||||||
|
|||||||
Reference in New Issue
Block a user