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

Commit 2ce74e2d authored by Yisroel Forta's avatar Yisroel Forta Committed by Android Build Coastguard Worker
Browse files

Fix parcel read/write mismatch

Test: open previously crashing app
Bug: 365583949
Flag: EXEMPT - bugfix
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:f43ff4000bd04b13433c9cf568ba158e2561dddd)
Merged-In: I3a4fae21b7b7713429410ca7940f25fabfde67c5
Change-Id: I3a4fae21b7b7713429410ca7940f25fabfde67c5
parent db583422
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 */