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

Commit 8e268830 authored by Vishwath Mohan's avatar Vishwath Mohan Committed by Android (Google) Code Review
Browse files

Merge "Allow multiple trust agents"

parents cf1bd41c 7d93d8bc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -53,7 +53,7 @@ import java.util.List;
public class TrustAgentManager {

    // Only allow one trust agent on the platform.
    private static final boolean ONLY_ONE_TRUST_AGENT = true;
    private static final boolean ONLY_ONE_TRUST_AGENT = false;

    public static class TrustAgentComponentInfo {
        public ComponentName componentName;