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

Commit def8b0f0 authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android (Google) Code Review
Browse files

Merge "Fix infinite loop when uninstalling apps." into jb-mr1-dev

parents b2100187 377de7b1
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();