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

Commit a947da90 authored by Mathew Inwood's avatar Mathew Inwood Committed by android-build-merger
Browse files

Merge "Treat hidden API exemptions as whitelist." into pi-dev am: 35b218d7

am: 4e1da913

Change-Id: I4f8bf9386d661685464ce19f73c9b241c59f9aea
parents 4f6346cc 4e1da913
Loading
Loading
Loading
Loading
+2 −1
Original line number 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
     * 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) {
        synchronized (mLock) {