Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit af242ef0 authored by Daniel Zheng's avatar Daniel Zheng Committed by Android (Google) Code Review
Browse files

Merge "add screenPartStatus to staticDisplayInfo" into main

parents 65893ab9 283b38e3
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -28,4 +28,6 @@ parcelable StaticDisplayInfo {
    boolean secure;
    @nullable DeviceProductInfo deviceProductInfo;
    Rotation installOrientation = Rotation.Rotation0;
    /* this comes from composer HAL's screenPartStatus.aidl file */
    int screenPartStatus;
}