Set default value of alwaysSendAppInfo to true for CreateCredentialRequest
Test: built & deployed locally Bug: 270995935 Change-Id: I28b5c9309f20248dcbc4297b3ff3930eb4cc16c2
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user