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

Commit ed6e0b92 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 2522 into donut

* changes:
  This function should be public
parents c0139711 fd0bdcc3
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();