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

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

Treat hidden API exemptions as whitelist.

am: 5449fc72

Change-Id: I878f1582ee7b5d0f52425be796b4dfcef789a96d
parents 71ef453a 5449fc72
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) {