am dce8b948: Merge "Fix parceling of display info flags." into jb-mr1-dev

* commit 'dce8b948320e933e46e4a38c496f56555472495f':
  Fix parceling of display info flags.
This commit is contained in:
Jeff Brown
2012-10-04 15:27:15 -07:00
committed by Android Git Automerger

View File

@@ -233,7 +233,7 @@ public final class DisplayInfo implements Parcelable {
@Override
public void writeToParcel(Parcel dest, int flags) {
dest.writeInt(layerStack);
dest.writeInt(flags);
dest.writeInt(this.flags);
dest.writeString(name);
dest.writeInt(appWidth);
dest.writeInt(appHeight);