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

Commit f43ff400 authored by Yisroel Forta's avatar Yisroel Forta
Browse files

Fix parcel read/write mismatch

Test: open previously crashing app
Bug: 365583949
Flag: EXEMPT - bugfix
Change-Id: I3a4fae21b7b7713429410ca7940f25fabfde67c5
parent 14899783
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -680,6 +680,7 @@ public final class ApplicationStartInfo implements Parcelable {
        dest.writeParcelable(mStartIntent, flags);
        dest.writeInt(mLaunchMode);
        dest.writeBoolean(mWasForceStopped);
        dest.writeLong(mMonoticCreationTimeMs);
    }

    /** @hide */