From 0a52ac5f645228ef8210792f55046d7c0b53d558 Mon Sep 17 00:00:00 2001 From: Dmitry Dementyev Date: Wed, 22 Apr 2020 11:50:50 -0700 Subject: [PATCH] Fix typo in AccountManager.java Test: none Bug: 69843581 Change-Id: I424e29f27fa518947862b5b4700f2c85ef899805 --- core/java/android/accounts/AccountManager.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/android/accounts/AccountManager.java b/core/java/android/accounts/AccountManager.java index 120c327f66985..9a810a71139de 100644 --- a/core/java/android/accounts/AccountManager.java +++ b/core/java/android/accounts/AccountManager.java @@ -3296,7 +3296,7 @@ public class AccountManager { * status of the account * * If no activity was specified and additional information is needed - * from user, the returned Bundle may contains only + * from user, the returned Bundle may only contain * {@link #KEY_INTENT} with the {@link Intent} needed to launch the * actual account creation process. If an error occurred, * {@link AccountManagerFuture#getResult()} throws: