summaryrefslogtreecommitdiffstats
path: root/core/java/android/accounts/AccountManagerFuture.java
diff options
context:
space:
mode:
authorAlexandra Gherghina <alexgherghina@google.com>2014-07-03 11:40:08 +0100
committerAlexandra Gherghina <alexgherghina@google.com>2014-07-17 17:08:49 +0000
commit999d394adee533c55fce38bd632ffd4f1af91362 (patch)
treed53e3c50e09778874f11407d92be5d376b1c9fe7 /core/java/android/accounts/AccountManagerFuture.java
parent3f4f2fbcd0557e32464e393cb9acc28c2328614e (diff)
downloadframeworks_base-999d394adee533c55fce38bd632ffd4f1af91362.zip
frameworks_base-999d394adee533c55fce38bd632ffd4f1af91362.tar.gz
frameworks_base-999d394adee533c55fce38bd632ffd4f1af91362.tar.bz2
Ads per-user APIs to manage accounts through the AccountManager
Bug: 16056552 Bug: 14642886 Change-Id: I17ff6c2515285e63c84cecf2f861d10666c393c5
Diffstat (limited to 'core/java/android/accounts/AccountManagerFuture.java')
-rw-r--r--core/java/android/accounts/AccountManagerFuture.java3
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