Doc update: incorrect method name

"Bug: 8177983"

Change-Id: Ib8f811a8e82dbff9b4e97cb670dec66342a0df00
This commit is contained in:
kmccormick
2013-03-29 14:31:54 -07:00
parent 689e827aa3
commit f783ce5bcf

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.