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

Commit 22584632 authored by Chris Göllner's avatar Chris Göllner
Browse files

ViewCaptureAwareWindowManager - Add Factory interface

The Factory interface will allow to create instances with specific
WindowManager instances.

Flag: EXEMPT simply creating a new interface
Test: N/A no changes
Bug: 367592591
Change-Id: I69c32e906f5e77d538bd5d473636c8e9bf91231f
parent 689f571c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -68,4 +68,8 @@ class ViewCaptureAwareWindowManager(
            }
        }
    }

    interface Factory {
        fun create(windowManager: WindowManager): ViewCaptureAwareWindowManager
    }
}