ACTION_PACKAGE_FIRST_LAUNCH constant

String const ACTION_PACKAGE_FIRST_LAUNCH

Broadcast Action: Sent to the installer package of an application when that application is first launched (that is the first time it is moved out of the stopped state). The data contains the name of the package.

When the application is first launched, the application itself doesn't receive this broadcast.

This is a protected intent that can only be sent by the system.

Implementation

static const String ACTION_PACKAGE_FIRST_LAUNCH =
    "android.intent.action.PACKAGE_FIRST_LAUNCH";