From f783ce5bcfa85a260196d27fb9feabfc4fbd4b46 Mon Sep 17 00:00:00 2001 From: kmccormick Date: Fri, 29 Mar 2013 14:31:54 -0700 Subject: Doc update: incorrect method name "Bug: 8177983" Change-Id: Ib8f811a8e82dbff9b4e97cb670dec66342a0df00 --- core/java/android/accounts/AccountManager.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/java/android/accounts') diff --git a/core/java/android/accounts/AccountManager.java b/core/java/android/accounts/AccountManager.java index bcb35d5..f490e79 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. -- cgit v1.1