[automerger] Resolve inconsistent parcel read in NanoAppFilter am: abe5a73a4a am: 2895b320b4 am: 77e6e34644
Change-Id: I87ad6c5bad9275df8b1a131b3ac0daf7ec8ed5e4
This commit is contained in:
@@ -83,7 +83,7 @@ public class NanoAppFilter {
|
||||
mAppId = in.readLong();
|
||||
mAppVersion = in.readInt();
|
||||
mVersionRestrictionMask = in.readInt();
|
||||
mAppIdVendorMask = in.readInt();
|
||||
mAppIdVendorMask = in.readLong();
|
||||
}
|
||||
|
||||
public int describeContents() {
|
||||
@@ -91,7 +91,6 @@ public class NanoAppFilter {
|
||||
}
|
||||
|
||||
public void writeToParcel(Parcel out, int flags) {
|
||||
|
||||
out.writeLong(mAppId);
|
||||
out.writeInt(mAppVersion);
|
||||
out.writeInt(mVersionRestrictionMask);
|
||||
|
||||
Reference in New Issue
Block a user