summaryrefslogtreecommitdiffstats
path: root/core/java/android/accounts
diff options
context:
space:
mode:
authorChristian Sonntag <cxs@google.com>2009-09-02 17:23:56 -0700
committerChristian Sonntag <cxs@google.com>2009-09-02 17:23:56 -0700
commita9b1a7f6c05536e836c1752e0307f2226bce0d38 (patch)
tree3f8bf10b4fe3fd9fd62fe3e9c29c15399eca639b /core/java/android/accounts
parent04e1faf0f030ddb360180289fb798adbb3348dd4 (diff)
downloadframeworks_base-a9b1a7f6c05536e836c1752e0307f2226bce0d38.zip
frameworks_base-a9b1a7f6c05536e836c1752e0307f2226bce0d38.tar.gz
frameworks_base-a9b1a7f6c05536e836c1752e0307f2226bce0d38.tar.bz2
fix doc
Diffstat (limited to 'core/java/android/accounts')
-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";