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

Commit 8ebfc33d authored by Matt Pape's avatar Matt Pape
Browse files

Update AbstractAccountAuthenticator to call out the caveat in addAccount that...

Update AbstractAccountAuthenticator to call out the caveat in addAccount that requires synchronous execution.

Bug: 175382142
Change-Id: I5c2032e91c47d8cd78e9d2c110737d8ad9ba2749
parent f010d5de
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