Merge "Ensure package broadcast whitelist is AppIds" into rvc-dev am: 3c94f71398

Change-Id: I1e04fdaa5d15aa0230e37d6ba6dcd3bdff7f8377
This commit is contained in:
TreeHugger Robot
2020-04-21 18:51:06 +00:00
committed by Automerger Merge Worker

View File

@@ -612,7 +612,7 @@ public class AppsFilter {
}
final int insert = ~loc;
System.arraycopy(appIds, insert, buffer, 0, whitelistSize - insert);
appIds[insert] = existingUid;
appIds[insert] = existingAppId;
System.arraycopy(buffer, 0, appIds, insert + 1, whitelistSize - insert);
whitelistSize++;
}