From ea6fca8231c94064917e40dea23be8df50930cf9 Mon Sep 17 00:00:00 2001 From: Christian Sonntag Date: Wed, 2 Sep 2009 17:34:48 -0700 Subject: [PATCH] fix doc --- core/java/android/accounts/Constants.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/java/android/accounts/Constants.java b/core/java/android/accounts/Constants.java index c2074b88ce448..15b1773ba188f 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";