diff --git a/core/java/android/accounts/AccountManager.java b/core/java/android/accounts/AccountManager.java index bcb35d5fdaf0d..f490e79a58884 100644 --- a/core/java/android/accounts/AccountManager.java +++ b/core/java/android/accounts/AccountManager.java @@ -1853,7 +1853,7 @@ public class AccountManager { *
* The most common case is to call this with one account type, e.g.: *
- *
newChooseAccountsIntent(null, null, new String[]{"com.google"}, false, null,
+ * newChooseAccountIntent(null, null, new String[]{"com.google"}, false, null,
* null, null, null);
* @param selectedAccount if specified, indicates that the {@link Account} is the currently
* selected one, according to the caller's definition of selected.