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

Commit 936cd3b3 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "[RESTRICT AUTOMERGE] Fix VrDisplayTest failure" into rvc-dev

parents 334190f2 8d71bdf3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -295,6 +295,7 @@ class Vr2dDisplay {
            flags |= DisplayManager.VIRTUAL_DISPLAY_FLAG_OWN_CONTENT_ONLY;
            flags |= DisplayManager.VIRTUAL_DISPLAY_FLAG_DESTROY_CONTENT_ON_REMOVAL;
            flags |= DisplayManager.VIRTUAL_DISPLAY_FLAG_SECURE;
            flags |= DisplayManager.VIRTUAL_DISPLAY_FLAG_TRUSTED;

            final VirtualDisplayConfig.Builder builder = new VirtualDisplayConfig.Builder(
                    DISPLAY_NAME, mVirtualDisplayWidth, mVirtualDisplayHeight, mVirtualDisplayDpi);