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

Commit edd889e6 authored by Xiang Wang's avatar Xiang Wang
Browse files

Add getAssociatedDisplayId to ContextWrapper

Bug: 262914829
Test: manual test in MD emulator by logging the associated display id
Change-Id: I7f758c0b77c7bc76cf822d8d336ce49a728e1bbf
parent 84bf2e3a
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
     */