diff options
Diffstat (limited to 'core/java/android/accounts/AccountManagerFuture.java')
-rw-r--r-- | core/java/android/accounts/AccountManagerFuture.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/java/android/accounts/AccountManagerFuture.java b/core/java/android/accounts/AccountManagerFuture.java index af00a08..77670d9 100644 --- a/core/java/android/accounts/AccountManagerFuture.java +++ b/core/java/android/accounts/AccountManagerFuture.java @@ -84,7 +84,8 @@ public interface AccountManagerFuture<V> { * will be thrown rather than the call returning normally. * @return the actual result * @throws android.accounts.OperationCanceledException if the request was canceled for any - * reason + * reason (including if it is forbidden + * by policy to modify an account (of that type)) * @throws android.accounts.AuthenticatorException if there was an error communicating with * the authenticator or if the authenticator returned an invalid response * @throws java.io.IOException if the authenticator returned an error response that indicates |