Android.Content.Intent.ActionPackageRestarted Field
Broadcast Action: The user has restarted a package, and all of its processes have been killed.

Syntax

[Android.Runtime.Register("ACTION_PACKAGE_RESTARTED")]
public const string ActionPackageRestarted

Remarks

Broadcast Action: The user has restarted a package, and all of its processes have been killed. All runtime state associated with it (processes, alarms, notifications, etc) should be removed. Note that the restarted package does not receive this broadcast. 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 1