Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d663a368 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

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

Merge "Ensure package broadcast whitelist is AppIds" into rvc-dev am: 3c94f713 am: d73ba062 am: 6d8749fc

Change-Id: I1828e86a8d04abcfc1d9ea0015ed309f3e14f493
parents 25f27abe 6d8749fc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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++;
                }