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

Commit 86140cff authored by Omer Ozer's avatar Omer Ozer
Browse files

Type of CredDesc should be written as String8.

Bug:269841775
Bug:270062247
Bug:270100392
Bug:270099769
Bug:270100007
Bug:270100064
Bug:270100028

Test: Local Unit Test
Change-Id: I515c18302224e99876e1285daaffc2aa42c64d32
parent 0e616129
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -123,7 +123,7 @@ public final class CredentialDescription implements Parcelable {

    @Override
    public void writeToParcel(@NonNull Parcel dest, int flags) {
        dest.writeString(mType);
        dest.writeString8(mType);
        dest.writeString(mFlattenedRequestString);
        dest.writeTypedList(mCredentialEntries, flags);
    }