fix notification manager crash

Bug: 26207891
Change-Id: I51c8665de03fb0afa1176d6cf31f98cab9749306
This commit is contained in:
Chris Wren
2015-12-15 16:25:07 -05:00
parent 88b3b57341
commit 083094c363

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());
}
}