FLAG_ALLOW_LOCK_WHILE_SCREEN_ON constant

int const FLAG_ALLOW_LOCK_WHILE_SCREEN_ON

Window flag: as long as this window is visible to the user, allow the lock screen to activate while the screen is on.

Implementation

static const int FLAG_ALLOW_LOCK_WHILE_SCREEN_ON = 0x00000001;