FLAG_SHOW_WHEN_LOCKED constant

int const FLAG_SHOW_WHEN_LOCKED

Window flag: special flag to let windows be shown when the screen is locked. This will let application windows take precedence over key guard or any other lock screens. Can be used with FLAG_KEEP_SCREEN_ON to turn screen on and display windows directly before showing the key guard window. Can be used with FLAG_DISMISS_KEYGUARD to automatically fully dismisss non-secure keyguards. This flag only applies to the top-most full-screen window.

Implementation

static const int FLAG_SHOW_WHEN_LOCKED = 0x00080000;