FLAG_SECURE constant Null safety
Window flag: treat the content of the window as secure, preventing it from appearing in screenshots or from being viewed on non-secure displays.
Implementation
static const int FLAG_SECURE = 0x00002000;
Window flag: treat the content of the window as secure, preventing it from appearing in screenshots or from being viewed on non-secure displays.
static const int FLAG_SECURE = 0x00002000;