Android.Content.Intent.ActionExternalApplicationsAvailable Field
Broadcast Action: Resources for a set of packages (which were previously unavailable) are currently available since the media on which they exist is available.

Syntax

[Android.Runtime.Register("ACTION_EXTERNAL_APPLICATIONS_AVAILABLE")]
public const string ActionExternalApplicationsAvailable

Remarks

Broadcast Action: Resources for a set of packages (which were previously unavailable) are currently available since the media on which they exist is available. The extra data Intent.ExtraChangedPackageList contains a list of packages whose availability changed. The extra data Intent.ExtraChangedUidList contains a list of uids of packages whose availability changed. Note that the packages in this list do not receive this broadcast. The specified set of packages are now available on the system.

Includes the following extras:

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 8