summaryrefslogtreecommitdiffstats
path: root/core/java/android/service
diff options
context:
space:
mode:
authorJim Miller <jaggies@google.com>2014-08-26 18:42:58 -0700
committerJim Miller <jaggies@google.com>2014-08-27 14:27:49 -0700
commitb1474f4432097cf20c06b471b57359ddd16fe460 (patch)
treee8522c2ed33b3f87b0ce466a6461f95a7553cde9 /core/java/android/service
parente30735c7dc574ac6b40d871d2bee99eb8ecd3000 (diff)
downloadframeworks_base-b1474f4432097cf20c06b471b57359ddd16fe460.zip
frameworks_base-b1474f4432097cf20c06b471b57359ddd16fe460.tar.gz
frameworks_base-b1474f4432097cf20c06b471b57359ddd16fe460.tar.bz2
Hide trust agent whitelisting until new API is ready.
Fixes bug 17008504 Change-Id: Ic93d52042e9b6d6f7d634f22aa04642f2da1af32
Diffstat (limited to 'core/java/android/service')
-rw-r--r--core/java/android/service/trust/TrustAgentService.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/java/android/service/trust/TrustAgentService.java b/core/java/android/service/trust/TrustAgentService.java
index 337ae60..3ef5b37 100644
--- a/core/java/android/service/trust/TrustAgentService.java
+++ b/core/java/android/service/trust/TrustAgentService.java
@@ -89,6 +89,7 @@ public class TrustAgentService extends Service {
/**
* A white list of features that the given trust agent should support when otherwise disabled
* by device policy.
+ * @hide
*/
public static final String KEY_FEATURES = "trust_agent_features";
@@ -184,6 +185,7 @@ public class TrustAgentService extends Service {
*
* @param options Option feature bundle.
* @return true if the {@link TrustAgentService} supports this feature.
+ * @hide
*/
public boolean onSetTrustAgentFeaturesEnabled(Bundle options) {
return false;