diff options
| -rw-r--r-- | core/java/android/accounts/AbstractAccountAuthenticator.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/accounts/AbstractAccountAuthenticator.java b/core/java/android/accounts/AbstractAccountAuthenticator.java index a3b3a9f21954..d79d19496bf4 100644 --- a/core/java/android/accounts/AbstractAccountAuthenticator.java +++ b/core/java/android/accounts/AbstractAccountAuthenticator.java @@ -17,7 +17,6 @@ package android.accounts; import android.Manifest; -import android.annotation.SystemApi; import android.content.Context; import android.content.Intent; import android.content.pm.PackageManager; @@ -974,7 +973,8 @@ public abstract class AbstractAccountAuthenticator { * * @param response to send the result back to the AccountManager, will never be null. * @param account the account to check, will never be null - * @param statusToken a String of token to check if update of credentials is suggested. + * @param statusToken a String of token which can be used to check the status of locally + * stored credentials and if update of credentials is suggested * @return a Bundle result or null if the result is to be returned via the response. The result * will contain either: * <ul> |