Merge "Allow multiple trust agents"

This commit is contained in:
Vishwath Mohan
2019-01-31 20:21:40 +00:00
committed by Android (Google) Code Review

View File

@@ -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;