summaryrefslogtreecommitdiff
path: root/android/service/autofill/SaveRequest.java
diff options
context:
space:
mode:
Diffstat (limited to 'android/service/autofill/SaveRequest.java')
-rw-r--r--android/service/autofill/SaveRequest.java12
1 files changed, 4 insertions, 8 deletions
diff --git a/android/service/autofill/SaveRequest.java b/android/service/autofill/SaveRequest.java
index f53967bd..65fdb5c4 100644
--- a/android/service/autofill/SaveRequest.java
+++ b/android/service/autofill/SaveRequest.java
@@ -19,6 +19,7 @@ package android.service.autofill;
import android.annotation.NonNull;
import android.annotation.Nullable;
import android.os.Bundle;
+import android.os.CancellationSignal;
import android.os.Parcel;
import android.os.Parcelable;
@@ -59,14 +60,9 @@ public final class SaveRequest implements Parcelable {
}
/**
- * Gets the latest client state extra returned from the service.
- *
- * <p><b>Note:</b> Prior to Android {@link android.os.Build.VERSION_CODES#P}, only client state
- * bundles set by {@link FillResponse.Builder#setClientState(Bundle)} where considered. On
- * Android {@link android.os.Build.VERSION_CODES#P} and higher, bundles set in the result of
- * an authenticated request through the
- * {@link android.view.autofill.AutofillManager#EXTRA_CLIENT_STATE} extra are
- * also considered (and take precedence when set).
+ * Gets the extra client state returned from the last {@link
+ * AutofillService#onFillRequest(FillRequest, CancellationSignal, FillCallback)}
+ * fill request}.
*
* @return The client state.
*/