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

Commit 81929acf authored by Reema Bajwa's avatar Reema Bajwa Committed by Android (Google) Code Review
Browse files

Merge "unhide getId from BeginGetCredentialOption for jetpack"

parents 632846fd abd7c91d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -40286,6 +40286,7 @@ package android.service.credentials {
    ctor public BeginGetCredentialOption(@NonNull String, @NonNull String, @NonNull android.os.Bundle);
    method public int describeContents();
    method @NonNull public android.os.Bundle getCandidateQueryData();
    method @NonNull public String getId();
    method @NonNull public String getType();
    method public void writeToParcel(@NonNull android.os.Parcel, int);
    field @NonNull public static final android.os.Parcelable.Creator<android.service.credentials.BeginGetCredentialOption> CREATOR;
+0 −2
Original line number Diff line number Diff line
@@ -63,8 +63,6 @@ public class BeginGetCredentialOption implements Parcelable {
     * Returns the unique id associated with this request. Providers must pass this id
     * to the constructor of {@link CredentialEntry} while creating a candidate credential
     * entry for this request option.
     *
     * @hide
     */
    @NonNull
    public String getId() {