Merge "Fix bug for user removed case"
This commit is contained in:
@@ -517,7 +517,6 @@ public class InternalResourceService extends SystemService {
|
||||
removedPkgs.add(pkgInfo.packageName);
|
||||
mUidToPackageCache.remove(pkgInfo.applicationInfo.uid);
|
||||
mPkgCache.remove(i);
|
||||
break;
|
||||
}
|
||||
}
|
||||
mAgent.onUserRemovedLocked(userId, removedPkgs);
|
||||
|
||||
Reference in New Issue
Block a user