Merge "fix notification manager crash"

This commit is contained in:
Chris Wren
2015-12-15 21:28:24 +00:00
committed by Android (Google) Code Review

View File

@@ -454,7 +454,7 @@ abstract public class ManagedServices {
newEnabled.addAll(userComponents);
for (int j = 0; j < userComponents.size(); j++) {
final ComponentName component = userComponents.valueAt(i);
final ComponentName component = userComponents.valueAt(j);
newPackages.add(component.getPackageName());
}
}