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

Commit d24fcb83 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix parcel read/write mismatch" into main

parents 446f05e5 f43ff400
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 */