AO_NOSPLASHSCREEN constant

int const AO_NOSPLASHSCREEN

Do not display the app's splash screen when the app is activated. You must enable debug mode on the app's package when you use this flag; otherwise, the PLM will terminate the app after a few seconds.

Implementation

static const AO_NOSPLASHSCREEN = 0x4;