[automerger] Resolve inconsistent parcel read in NanoAppFilter am: abe5a73a4a am: 2895b320b4 am: 77e6e34644 am: 49e97ea1dc am: c2cfe453f2 am: cab2fa779e am: bf8733b162 am: e9b67d2b22
am: 267b960dab
Change-Id: I78fff5a76a8e1215e3a4235cbe65cc95d0fb8653
This commit is contained in:
@@ -85,7 +85,7 @@ public class NanoAppFilter implements Parcelable {
|
||||
mAppId = in.readLong();
|
||||
mAppVersion = in.readInt();
|
||||
mVersionRestrictionMask = in.readInt();
|
||||
mAppIdVendorMask = in.readInt();
|
||||
mAppIdVendorMask = in.readLong();
|
||||
}
|
||||
|
||||
public int describeContents() {
|
||||
@@ -93,7 +93,6 @@ public class NanoAppFilter implements Parcelable {
|
||||
}
|
||||
|
||||
public void writeToParcel(Parcel out, int flags) {
|
||||
|
||||
out.writeLong(mAppId);
|
||||
out.writeInt(mAppVersion);
|
||||
out.writeInt(mVersionRestrictionMask);
|
||||
|
||||
Reference in New Issue
Block a user