diff options
| author | 2013-03-29 14:46:53 -0700 | |
|---|---|---|
| committer | 2013-03-29 14:46:53 -0700 | |
| commit | 6f50c846ad46dfeadf8eac389102031662ad892f (patch) | |
| tree | 209120f3e77dae97a0225ff12752f0cc1fc47113 | |
| parent | acf47ca6331f6e9576e9970ec8b657e068cc02cb (diff) | |
| parent | d2c1e947ea27ccea8060b0ef4509b3d6c90c4c51 (diff) | |
am d2c1e947: am 39f864b1: am 5018688b: Merge "Doc update: incorrect method name" into jb-mr1.1-docs
* commit 'd2c1e947ea27ccea8060b0ef4509b3d6c90c4c51':
Doc update: incorrect method name
| -rw-r--r-- | core/java/android/accounts/AccountManager.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/accounts/AccountManager.java b/core/java/android/accounts/AccountManager.java index bcb35d5fdaf0..f490e79a5888 100644 --- a/core/java/android/accounts/AccountManager.java +++ b/core/java/android/accounts/AccountManager.java @@ -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. |