Merge "Persist wallpaper changes after migration" into udc-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
6b2c449539
@@ -1417,6 +1417,10 @@ public class WallpaperManagerService extends IWallpaperManager.Stub
|
||||
}
|
||||
}
|
||||
|
||||
synchronized (mLock) {
|
||||
saveSettingsLocked(mNewWallpaper.userId);
|
||||
}
|
||||
|
||||
if (DEBUG) {
|
||||
Slog.v(TAG, "--- wallpaper changed --");
|
||||
Slog.v(TAG, "new sysWp: " + mWallpaperMap.get(mCurrentUserId));
|
||||
|
||||
Reference in New Issue
Block a user