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

Commit e26b482d authored by Helen Qin's avatar Helen Qin Committed by Automerger Merge Worker
Browse files

Merge "Document on the framework CreateCredentialRequest minimum bundle...

Merge "Document on the framework CreateCredentialRequest minimum bundle requirement" into udc-qpr-dev am: 909536e2 am: 6aa86993

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/24392110



Change-Id: I9f96dd0b4275d5891aa6b56c1afec02553218ac7
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents e8f2a22e 6aa86993
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -261,7 +261,10 @@ public final class CreateCredentialRequest implements Parcelable {

        /**
         * @param type the type of the credential to be stored
         * @param credentialData the full credential creation request data
         * @param credentialData the full credential creation request data, which must at minimum
         * contain the required fields observed at the
         * {@link androidx.credentials.CreateCredentialRequest} Bundle conversion static methods,
         * because they are required for properly displaying the system credential selector UI
         * @param candidateQueryData the partial request data that will be sent to the provider
         *                           during the initial creation candidate query stage
         */