* commit '5a3370e524c97c32b050bf2bfb78b981fd43bf30': Fix for too many binder calls in packagemanager
This commit is contained in:
@@ -2573,7 +2573,7 @@ public class PackageManagerService extends IPackageManager.Stub {
|
||||
}
|
||||
}
|
||||
|
||||
if (pi != null && !list.append(pi)) {
|
||||
if (pi != null && list.append(pi)) {
|
||||
break;
|
||||
}
|
||||
}
|
||||
@@ -2620,7 +2620,7 @@ public class PackageManagerService extends IPackageManager.Stub {
|
||||
}
|
||||
}
|
||||
|
||||
if (ai != null && !list.append(ai)) {
|
||||
if (ai != null && list.append(ai)) {
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user