From a46ccb5f1f196e739b1aa8c4f09b52156e1472a4 Mon Sep 17 00:00:00 2001 From: Robin Lee Date: Thu, 11 Sep 2014 19:51:27 +0100 Subject: [PATCH] Update API Change-Id: I253cd15e00449c0c13f5b9aa4524b1fbc3fc5a95 --- api/current.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/current.txt b/api/current.txt index 6746770b6e57c..0315d6b1f786e 100644 --- a/api/current.txt +++ b/api/current.txt @@ -5453,7 +5453,7 @@ package android.app.admin { method public boolean hasCaCertInstalled(android.content.ComponentName, byte[]); method public boolean hasGrantedPolicy(android.content.ComponentName, int); method public boolean installCaCert(android.content.ComponentName, byte[]); - method public void installKeyPair(android.content.ComponentName, java.security.PrivateKey, java.security.cert.Certificate, java.lang.String); + method public boolean installKeyPair(android.content.ComponentName, java.security.PrivateKey, java.security.cert.Certificate, java.lang.String); method public boolean isActivePasswordSufficient(); method public boolean isAdminActive(android.content.ComponentName); method public boolean isApplicationHidden(android.content.ComponentName, java.lang.String);