From f67e4d7145bda372832613e5aab014d4e9e0ef0b Mon Sep 17 00:00:00 2001 From: Dmitry Dementyev Date: Mon, 19 Jul 2021 13:16:17 -0700 Subject: [PATCH] Use correct intent key in AbstractAccountAuthenticator JavaDoc. Test: not needed Bug: 136458050 Change-Id: I0f0b171d627eeb35f78f541b5a6317f6f82cafc6 --- core/java/android/accounts/AbstractAccountAuthenticator.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/java/android/accounts/AbstractAccountAuthenticator.java b/core/java/android/accounts/AbstractAccountAuthenticator.java index 7b57442fb580e..3807b503ce70d 100644 --- a/core/java/android/accounts/AbstractAccountAuthenticator.java +++ b/core/java/android/accounts/AbstractAccountAuthenticator.java @@ -88,7 +88,8 @@ import java.util.Arrays; * {@link AccountManager#KEY_INTENT}. *

* The activity needs to return the final result when it is complete so the Intent should contain - * the {@link AccountAuthenticatorResponse} as {@link AccountManager#KEY_ACCOUNT_MANAGER_RESPONSE}. + * the {@link AccountAuthenticatorResponse} as + * {@link AccountManager#KEY_ACCOUNT_AUTHENTICATOR_RESPONSE}. * The activity must then call {@link AccountAuthenticatorResponse#onResult} or * {@link AccountAuthenticatorResponse#onError} when it is complete. *

  • If the authenticator cannot synchronously process the request and return a result then it