am ed6e0b92: Merge change 2522 into donut
Merge commit 'ed6e0b92dd8a42a67d0ffd5cb62d69a65dfcd051' * commit 'ed6e0b92dd8a42a67d0ffd5cb62d69a65dfcd051': This function should be public
This commit is contained in:
committed by
The Android Open Source Project
commit
b53bfd25f5
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user