Android.Content.Intent.ActionPackageFirstLaunch Field
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).

Syntax

[Android.Runtime.Register("ACTION_PACKAGE_FIRST_LAUNCH")]
public const string ActionPackageFirstLaunch

Remarks

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.

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

[Android Documentation]

Requirements

Namespace: Android.Content
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 12