Value: 16
Virtual display flag: Allows content to be mirrored on private displays when no content is being shown.
This flag is mutually exclusive with DisplayManager.VirtualDisplayFlagOwnContentOnly. If both flags are specified then the own-content only behavior will be applied.
The behavior of this flag is implied whenever DisplayManager.VirtualDisplayFlagPublic is set and DisplayManager.VirtualDisplayFlagOwnContentOnly has not been set. This flag is only required to override the default behavior when creating a private display.
Creating an auto-mirroing virtual display requires the NoType:android/Manifest$permission;Href=../../../../reference/android/Manifest.permission.html#CAPTURE_VIDEO_OUTPUT or NoType:android/Manifest$permission;Href=../../../../reference/android/Manifest.permission.html#CAPTURE_SECURE_VIDEO_OUTPUT permission. These permissions are reserved for use by system components and are not available to third-party applications. Alternatively, an appropriate Android.Media.Projection.MediaProjection may be used to create an auto-mirroring virtual display.