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

Commit 69f0cb5c authored by Sudheer Shanka's avatar Sudheer Shanka
Browse files

Remove internal user-specific state after user removal.

Fixes: 32001177
Test: Verified that user state is removed with some logging.
Change-Id: I4b3d10c43e401db4d8d593c24d052e337ca33e41
parent a543ca6c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1012,6 +1012,7 @@ public class WallpaperManagerService extends IWallpaperManager.Stub {
            for (String filename : sPerUserFiles) {
                new File(wallpaperDir, filename).delete();
            }
            mUserRestorecon.remove(userId);
        }
    }