summaryrefslogtreecommitdiffstats
path: root/core/java/android/accounts
diff options
context:
space:
mode:
authorkmccormick <kmccormick@google.com>2013-03-29 14:51:25 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-03-29 14:51:25 -0700
commitda160ec313d844b09818a91463631440a1b8a09c (patch)
tree50a236d5ce9f75f28f3c199a8d92f44c18032e93 /core/java/android/accounts
parent10d598a2bd1ed7d2a46c06ec5acfab233003634b (diff)
parent6eebd6e6b44d7688489c430cad933e971530e43d (diff)
downloadframeworks_base-da160ec313d844b09818a91463631440a1b8a09c.zip
frameworks_base-da160ec313d844b09818a91463631440a1b8a09c.tar.gz
frameworks_base-da160ec313d844b09818a91463631440a1b8a09c.tar.bz2
am 6eebd6e6: am 6f50c846: am d2c1e947: am 39f864b1: am 5018688b: Merge "Doc update: incorrect method name" into jb-mr1.1-docs
* commit '6eebd6e6b44d7688489c430cad933e971530e43d': Doc update: incorrect method name
Diffstat (limited to 'core/java/android/accounts')
-rw-r--r--core/java/android/accounts/AccountManager.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/accounts/AccountManager.java b/core/java/android/accounts/AccountManager.java
index 81aa504..bdc882a 100644
--- a/core/java/android/accounts/AccountManager.java
+++ b/core/java/android/accounts/AccountManager.java
@@ -1914,7 +1914,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.