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

Commit c122093e authored by Xiang Wang's avatar Xiang Wang Committed by Android (Google) Code Review
Browse files

Merge "Add getAssociatedDisplayId to ContextWrapper" into udc-dev

parents 85bf6fab edd889e6
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -1205,6 +1205,14 @@ public class ContextWrapper extends Context {
        return mBase.getDisplayId();
    }

    /**
     * @hide
     */
    @Override
    public int getAssociatedDisplayId() {
        return mBase.getAssociatedDisplayId();
    }

    /**
     * @hide
     */