Merge change 2522 into donut

* changes:
  This function should be public
This commit is contained in:
Android (Google) Code Review
2009-05-27 05:52:50 -07:00

View File

@@ -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();