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

Commit c34dcb80 authored by Matt Pape's avatar Matt Pape Committed by Android (Google) Code Review
Browse files

Merge "Update AbstractAccountAuthenticator to call out the caveat in...

Merge "Update AbstractAccountAuthenticator to call out the caveat in addAccount that requires synchronous execution."
parents 719de010 8ebfc33d
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -93,7 +93,8 @@ import java.util.Arrays;
 * {@link AccountAuthenticatorResponse#onError} when it is complete.
 * <li> If the authenticator cannot synchronously process the request and return a result then it
 * may choose to return null and then use the AccountManagerResponse to send the result
 * when it has completed the request.
 * when it has completed the request. This asynchronous option is not available for the
 * {@link #addAccount} method, which must complete synchronously.
 * </ul>
 * <p>
 * The following descriptions of each of the abstract authenticator methods will not describe the