Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0572e184 authored by Sunny Goyal's avatar Sunny Goyal
Browse files

Sending WALLPAPER_CHANGED broadcast when live wallpaper changes

Bug: 27947401
Change-Id: Ib4fb3310e124e01d8fb7d7045d565ca3b9456050
parent 08f41dfb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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);