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

Commit 2fddfcdc authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Use commas to separate API exemptions list, not colon."

parents be6d45fe 51a1d445
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2731,7 +2731,7 @@ public class ActivityManagerService extends IActivityManager.Stub
                    mBlacklistDisabled = false;
                    mExemptions = TextUtils.isEmpty(exemptions)
                            ? Collections.emptyList()
                            : Arrays.asList(exemptions.split(":"));
                            : Arrays.asList(exemptions.split(","));
                }
                zygoteProcess.setApiBlacklistExemptions(mExemptions);
            }