Merge "framework:base: iterator error in singletone provider"

This commit is contained in:
Amith Yamasani
2013-05-29 22:04:01 +00:00
committed by Gerrit Code Review

View File

@@ -6267,6 +6267,7 @@ public final class ActivityManagerService extends ActivityManagerNative
// it runs in the process of the default user. Get rid of it. // it runs in the process of the default user. Get rid of it.
providers.remove(i); providers.remove(i);
N--; N--;
i--;
continue; continue;
} }