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

Commit b53bfd25 authored by Android (Google) Code Review's avatar Android (Google) Code Review Committed by The Android Open Source Project
Browse files

am ed6e0b92: Merge change 2522 into donut

Merge commit 'ed6e0b92'

* commit 'ed6e0b92':
  This function should be public
parents 67880624 ed6e0b92
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -122,7 +122,7 @@ public class ApplicationErrorReport implements Parcelable {
        }
    }

    protected void readFromParcel(Parcel in) {
    public void readFromParcel(Parcel in) {
        type = in.readInt();
        packageName = in.readString();
        installerPackageName = in.readString();