标签: android-4.4-kitkat android
我想在我的应用程序中创建一个虚拟显示器。为此,我需要一个有效的表面来提供API
createVirtualDisplay(String name,int width,int height,int densityDpi,Surface surface,int flags)
我尝试使用SurfaceView并使用surfaceholder从中获取表面,但似乎没有用。有人可以建议我如何在应用程序中获得有效的表面?