Merge "Ensure package broadcast whitelist is AppIds" into rvc-dev am: 3c94f71398
Change-Id: I1e04fdaa5d15aa0230e37d6ba6dcd3bdff7f8377
This commit is contained in:
@@ -612,7 +612,7 @@ public class AppsFilter {
|
|||||||
}
|
}
|
||||||
final int insert = ~loc;
|
final int insert = ~loc;
|
||||||
System.arraycopy(appIds, insert, buffer, 0, whitelistSize - insert);
|
System.arraycopy(appIds, insert, buffer, 0, whitelistSize - insert);
|
||||||
appIds[insert] = existingUid;
|
appIds[insert] = existingAppId;
|
||||||
System.arraycopy(buffer, 0, appIds, insert + 1, whitelistSize - insert);
|
System.arraycopy(buffer, 0, appIds, insert + 1, whitelistSize - insert);
|
||||||
whitelistSize++;
|
whitelistSize++;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user