Search code examples
javaandroidrom

Android DisplayManager createVirtualDisplay?


anybody knows what this method does, anybody has some sample code? Anybody used this before?

The method is createVirtualDisplay() inside DisplayManager

Thanks


Solution

  • I think it's for rendering the current context display virtually (off screen). Probably for video output and or capture.