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

Commit 6abac1c0 authored by Sudheer Shanka's avatar Sudheer Shanka Committed by Android (Google) Code Review
Browse files

Merge "Remove internal user-specific state after user removal."

parents 017f1dc5 69f0cb5c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1037,6 +1037,7 @@ public class WallpaperManagerService extends IWallpaperManager.Stub {
            for (String filename : sPerUserFiles) {
                new File(wallpaperDir, filename).delete();
            }
            mUserRestorecon.remove(userId);
        }
    }