summaryrefslogtreecommitdiffstats
path: root/core/java/android
diff options
context:
space:
mode:
authorAndroid (Google) Code Review <android-gerrit@google.com>2009-09-02 17:25:35 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2009-09-02 17:25:35 -0700
commit75f1d43b64cbf4b68ad62919a0c58907933ccd59 (patch)
treebef56b5173b87df68e29d96b65e7dd2c71a7b0dd /core/java/android
parent6db4303d04d138cd2648b829306c4b1693ac12e8 (diff)
parenta9b1a7f6c05536e836c1752e0307f2226bce0d38 (diff)
downloadframeworks_base-75f1d43b64cbf4b68ad62919a0c58907933ccd59.zip
frameworks_base-75f1d43b64cbf4b68ad62919a0c58907933ccd59.tar.gz
frameworks_base-75f1d43b64cbf4b68ad62919a0c58907933ccd59.tar.bz2
Merge change 23738 into eclair
* changes: fix doc
Diffstat (limited to 'core/java/android')
-rw-r--r--core/java/android/accounts/Constants.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/java/android/accounts/Constants.java b/core/java/android/accounts/Constants.java
index 8736f41..c2074b8 100644
--- a/core/java/android/accounts/Constants.java
+++ b/core/java/android/accounts/Constants.java
@@ -52,7 +52,9 @@ public class Constants {
/**
* Action sent as a broadcast Intent by the AccountsService
* when accounts are added to and/or removed from the device's
- * database, or when the primary account is changed.
+ * database.
+ * Note: The primary account on the phone can only be changed
+ * after a data wipe.
*/
public static final String LOGIN_ACCOUNTS_CHANGED_ACTION =
"android.accounts.LOGIN_ACCOUNTS_CHANGED";