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

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

Merge "Small fixes in create flow Test: Locally built & deployed Bug: 253155431"

parents 82c9603f 63ef1083
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -63,7 +63,7 @@ public final class ProviderPendingIntentResponse implements Parcelable {

    @Override
    public void writeToParcel(@NonNull Parcel dest, int flags) {
        dest.writeSerializable(mResultCode);
        dest.writeInt(mResultCode);
        dest.writeTypedObject(mResultData, flags);
    }

+1 −1
Original line number Diff line number Diff line
@@ -210,7 +210,7 @@ public final class ProviderCreateSession extends ProviderSession<
    private Intent setUpFillInIntent(PendingIntent pendingIntent) {
        Intent intent = pendingIntent.getIntent();
        intent.putExtra(CredentialProviderService.EXTRA_CREATE_CREDENTIAL_REQUEST_PARAMS,
                mCompleteRequest.getData());
                mCompleteRequest);
        return intent;
    }