am 9b76b2d2: Merge "framework:base: iterator error in singletone provider"

* commit '9b76b2d29fa338a128f699a1f40f7f5916a512af':
  framework:base: iterator error in singletone provider
This commit is contained in:
Amith Yamasani
2013-05-29 15:18:50 -07:00
committed by Android Git Automerger

View File

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