FLAG_TURN_SCREEN_ON constant

int const FLAG_TURN_SCREEN_ON

Window flag: when set as a window is being added or made visible, once the window has been shown then the system will poke the power manager's user activity (as if the user had woken up the device) to turn the screen on.

Implementation

static const int FLAG_TURN_SCREEN_ON = 0x00200000;