diff options
author | Christian Sonntag <cxs@google.com> | 2009-09-02 17:34:48 -0700 |
---|---|---|
committer | Christian Sonntag <cxs@google.com> | 2009-09-02 17:34:48 -0700 |
commit | ea6fca8231c94064917e40dea23be8df50930cf9 (patch) | |
tree | 5b1d764354262bdad8d31c6cac5d52ba8f8f52d8 | |
parent | 75f1d43b64cbf4b68ad62919a0c58907933ccd59 (diff) | |
download | frameworks_base-ea6fca8231c94064917e40dea23be8df50930cf9.zip frameworks_base-ea6fca8231c94064917e40dea23be8df50930cf9.tar.gz frameworks_base-ea6fca8231c94064917e40dea23be8df50930cf9.tar.bz2 |
fix doc
-rw-r--r-- | core/java/android/accounts/Constants.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/java/android/accounts/Constants.java b/core/java/android/accounts/Constants.java index c2074b8..15b1773 100644 --- a/core/java/android/accounts/Constants.java +++ b/core/java/android/accounts/Constants.java @@ -53,8 +53,6 @@ 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. - * 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"; |