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

Commit 6d25688b authored by Reema Bajwa's avatar Reema Bajwa
Browse files

Set default value of alwaysSendAppInfo to true for CreateCredentialRequest

Test: built & deployed locally
Bug: 270995935

Change-Id: I28b5c9309f20248dcbc4297b3ff3930eb4cc16c2
parent d8f701b9
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;