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

This commit is contained in:
Jeff Brown
2012-10-04 15:04:20 -07:00
committed by Android (Google) Code Review

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