summaryrefslogtreecommitdiffstats
path: root/api/current.txt
diff options
context:
space:
mode:
authorAmith Yamasani <yamasani@google.com>2013-03-08 15:29:55 -0800
committerAmith Yamasani <yamasani@google.com>2013-03-08 15:29:55 -0800
commitc8a1ff4036f9ca1e5d971ba231ea2d12aeff4019 (patch)
tree4e56bae6e5953db7dba402cc0fa798747f40f53f /api/current.txt
parentb349883487e06ec8cd07d3e1adc97819c8c66d93 (diff)
downloadframeworks_base-c8a1ff4036f9ca1e5d971ba231ea2d12aeff4019.zip
frameworks_base-c8a1ff4036f9ca1e5d971ba231ea2d12aeff4019.tar.gz
frameworks_base-c8a1ff4036f9ca1e5d971ba231ea2d12aeff4019.tar.bz2
Make account cloning API public
Change-Id: If48d93dab49afcaaa301a5a3aa514f3d4dd3bab8
Diffstat (limited to 'api/current.txt')
-rw-r--r--api/current.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt
index 6fce7a4..5794453 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -2134,8 +2134,10 @@ package android.accounts {
public abstract class AbstractAccountAuthenticator {
ctor public AbstractAccountAuthenticator(android.content.Context);
method public abstract android.os.Bundle addAccount(android.accounts.AccountAuthenticatorResponse, java.lang.String, java.lang.String, java.lang.String[], android.os.Bundle) throws android.accounts.NetworkErrorException;
+ method public android.os.Bundle addAccountFromCredentials(android.accounts.AccountAuthenticatorResponse, android.accounts.Account, android.os.Bundle) throws android.accounts.NetworkErrorException;
method public abstract android.os.Bundle confirmCredentials(android.accounts.AccountAuthenticatorResponse, android.accounts.Account, android.os.Bundle) throws android.accounts.NetworkErrorException;
method public abstract android.os.Bundle editProperties(android.accounts.AccountAuthenticatorResponse, java.lang.String);
+ method public android.os.Bundle getAccountCredentialsForCloning(android.accounts.AccountAuthenticatorResponse, android.accounts.Account) throws android.accounts.NetworkErrorException;
method public android.os.Bundle getAccountRemovalAllowed(android.accounts.AccountAuthenticatorResponse, android.accounts.Account) throws android.accounts.NetworkErrorException;
method public abstract android.os.Bundle getAuthToken(android.accounts.AccountAuthenticatorResponse, android.accounts.Account, java.lang.String, android.os.Bundle) throws android.accounts.NetworkErrorException;
method public abstract java.lang.String getAuthTokenLabel(java.lang.String);