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

Commit 35b218d7 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Treat hidden API exemptions as whitelist." into pi-dev

parents c02fef69 33d5138e
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -467,7 +467,8 @@ public class ZygoteProcess {
     * <p>The list of exemptions will take affect for all new processes forked from the zygote after
     * <p>The list of exemptions will take affect for all new processes forked from the zygote after
     * this call.
     * this call.
     *
     *
     * @param exemptions List of hidden API exemption prefixes.
     * @param exemptions List of hidden API exemption prefixes. Any matching members are treated as
     *        whitelisted/public APIs (i.e. allowed, no logging of usage).
     */
     */
    public void setApiBlacklistExemptions(List<String> exemptions) {
    public void setApiBlacklistExemptions(List<String> exemptions) {
        synchronized (mLock) {
        synchronized (mLock) {