am 5018688b: Merge "Doc update: incorrect method name" into jb-mr1.1-docs

* commit '5018688b69129a6d1c58167329df1b06dba23095':
  Doc update: incorrect method name
This commit is contained in:
kmccormick
2013-03-29 14:42:44 -07:00
committed by Android Git Automerger

View File

@@ -1853,7 +1853,7 @@ public class AccountManager {
* <p>
* The most common case is to call this with one account type, e.g.:
* <p>
* <pre> newChooseAccountsIntent(null, null, new String[]{"com.google"}, false, null,
* <pre> newChooseAccountIntent(null, null, new String[]{"com.google"}, false, null,
* null, null, null);</pre>
* @param selectedAccount if specified, indicates that the {@link Account} is the currently
* selected one, according to the caller's definition of selected.