Merge "Fix parceling of display info flags." into jb-mr1-dev
This commit is contained in:
@ -233,7 +233,7 @@ public final class DisplayInfo implements Parcelable {
|
|||||||
@Override
|
@Override
|
||||||
public void writeToParcel(Parcel dest, int flags) {
|
public void writeToParcel(Parcel dest, int flags) {
|
||||||
dest.writeInt(layerStack);
|
dest.writeInt(layerStack);
|
||||||
dest.writeInt(flags);
|
dest.writeInt(this.flags);
|
||||||
dest.writeString(name);
|
dest.writeString(name);
|
||||||
dest.writeInt(appWidth);
|
dest.writeInt(appWidth);
|
||||||
dest.writeInt(appHeight);
|
dest.writeInt(appHeight);
|
||||||
|
Reference in New Issue
Block a user