Value: 4
Virtual display flag: Create a secure display.
When this flag is set, the virtual display is considered secure as defined by the Android.Views.Display.FlagSecure display flag. The caller promises to take reasonable measures, such as over-the-air encryption, to prevent the contents of the display from being intercepted or recorded on a persistent medium.
Creating a secure virtual display requires the NoType:android/Manifest$permission;Href=../../../../reference/android/Manifest.permission.html#CAPTURE_SECURE_VIDEO_OUTPUT permission. This permission is reserved for use by system components and is not available to third-party applications.
When this flag is not set, the virtual display is considered unsecure. The content of secure windows will be blanked if shown on this display.