fix notification manager crash
Bug: 26207891 Change-Id: I51c8665de03fb0afa1176d6cf31f98cab9749306
This commit is contained in:
@@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user