Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f67e4d71 authored by Dmitry Dementyev's avatar Dmitry Dementyev
Browse files

Use correct intent key in AbstractAccountAuthenticator JavaDoc.

Test: not needed
Bug: 136458050
Change-Id: I0f0b171d627eeb35f78f541b5a6317f6f82cafc6
parent 374ed16b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -88,7 +88,8 @@ import java.util.Arrays;
 * {@link AccountManager#KEY_INTENT}.
 * <p>
 * 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.
 * <li> If the authenticator cannot synchronously process the request and return a result then it