commit | 8e268830f2f3e76ba9ab44f5a4c5868e7e9d5129 | [log] [tgz] |
---|---|---|
author | Vishwath Mohan <vishwath@google.com> | Thu Jan 31 20:21:40 2019 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Jan 31 20:21:40 2019 +0000 |
tree | 092c8328be9347d8735c7151f3b34df42a1330fc | |
parent | cf1bd41cc479fb1101df15f6f5d6f53eb9192654 [diff] | |
parent | 7d93d8bcdc142cee6605fffca6760cbf346118f9 [diff] |
Merge "Allow multiple trust agents"
diff --git a/src/com/android/settings/security/trustagent/TrustAgentManager.java b/src/com/android/settings/security/trustagent/TrustAgentManager.java index e039db8..f5c693a 100644 --- a/src/com/android/settings/security/trustagent/TrustAgentManager.java +++ b/src/com/android/settings/security/trustagent/TrustAgentManager.java
@@ -53,7 +53,7 @@ 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;