diff options
author | Jim Miller <jaggies@google.com> | 2015-02-24 18:32:20 -0800 |
---|---|---|
committer | Jim Miller <jaggies@google.com> | 2015-02-24 20:15:56 -0800 |
commit | 6961862cb6ea9e74c43449c3b52e76d0498e426a (patch) | |
tree | db929a4c695851df30306da679c400d6a4c9cdad /system-api | |
parent | 47a787a246428221277d6a58ff98e8716643888f (diff) | |
download | prebuilts_sdk-6961862cb6ea9e74c43449c3b52e76d0498e426a.zip prebuilts_sdk-6961862cb6ea9e74c43449c3b52e76d0498e426a.tar.gz prebuilts_sdk-6961862cb6ea9e74c43449c3b52e76d0498e426a.tar.bz2 |
Remove TrustAgent whitelisting API
Due to a bug caught late in the release, this API is broken
and should be removed from API 22 because it's too late for
a fix and there's no workaround.
Bug 19461292
Change-Id: Ibd3c100d363f7eecee9265ce387cc3e61eba1333
Diffstat (limited to 'system-api')
-rw-r--r-- | system-api/22.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/system-api/22.txt b/system-api/22.txt index e1a00e0..1f4b187 100644 --- a/system-api/22.txt +++ b/system-api/22.txt @@ -5469,7 +5469,6 @@ package android.app.admin { method public boolean getScreenCaptureDisabled(android.content.ComponentName); method public boolean getStorageEncryption(android.content.ComponentName); method public int getStorageEncryptionStatus(); - method public java.util.List<android.os.PersistableBundle> getTrustAgentConfiguration(android.content.ComponentName, android.content.ComponentName); method public boolean hasCaCertInstalled(android.content.ComponentName, byte[]); method public boolean hasGrantedPolicy(android.content.ComponentName, int); method public boolean installCaCert(android.content.ComponentName, byte[]); @@ -5519,7 +5518,6 @@ package android.app.admin { method public void setScreenCaptureDisabled(android.content.ComponentName, boolean); method public void setSecureSetting(android.content.ComponentName, java.lang.String, java.lang.String); method public int setStorageEncryption(android.content.ComponentName, boolean); - method public void setTrustAgentConfiguration(android.content.ComponentName, android.content.ComponentName, android.os.PersistableBundle); method public void setUninstallBlocked(android.content.ComponentName, java.lang.String, boolean); method public boolean switchUser(android.content.ComponentName, android.os.UserHandle); method public void uninstallAllUserCaCerts(android.content.ComponentName); |