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

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

Merge "Set default value of alwaysSendAppInfo to true for CreateCredentialRequest" into udc-dev

parents 6b26ca46 6d25688b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -244,7 +244,7 @@ public final class CreateCredentialRequest implements Parcelable {
    /** A builder for {@link CreateCredentialRequest}. */
    public static final class Builder {

        private boolean mAlwaysSendAppInfoToProvider;
        private boolean mAlwaysSendAppInfoToProvider = true;

        @NonNull
        private String mType;