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

Commit 377de7b1 authored by Dianne Hackborn's avatar Dianne Hackborn
Browse files

Fix infinite loop when uninstalling apps.

Change-Id: Ibdf7fa832529a358d1115fc300651101c5185484
parent 0e17e5bc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5314,6 +5314,7 @@ public class PackageManagerService extends IPackageManager.Stub {
                    return pkgs.get(0);
                }
            }
            mSettings.mPackagesToBeCleaned.remove(userId);
        }
        // Move on to the next user to clean.
        long ident = Binder.clearCallingIdentity();