FLAG_KEEP_SCREEN_ON constant

int const FLAG_KEEP_SCREEN_ON

Window flag: as long as this window is visible to the user, keep the device's screen turned on and bright.

Implementation

static const int FLAG_KEEP_SCREEN_ON = 0x00000080;