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

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

Expand isCredentialsUpdateSuggested docs.

Follow-up to API Review.

Bug: 37672138
Test: N/A
Change-Id: I7dc509717305d48de5ad8a81a48e33828df74b7c
parent d72ccfff
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,7 +17,6 @@
package android.accounts;

import android.Manifest;
import android.annotation.SystemApi;
import android.content.Context;
import android.content.Intent;
import android.content.pm.PackageManager;
@@ -974,7 +973,8 @@ public abstract class AbstractAccountAuthenticator {
     *
     * @param response to send the result back to the AccountManager, will never be null.
     * @param account the account to check, will never be null
     * @param statusToken a String of token to check if update of credentials is suggested.
     * @param statusToken a String of token which can be used to check the status of locally
     *            stored credentials and if update of credentials is suggested
     * @return a Bundle result or null if the result is to be returned via the response. The result
     *         will contain either:
     *         <ul>