Android.Content.Intent.ActionExternalApplicationsUnavailable Field
Broadcast Action: Resources for a set of packages are currently unavailable since the media on which they exist is unavailable.

Syntax

[Android.Runtime.Register("ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE")]
public const string ActionExternalApplicationsUnavailable

Remarks

Broadcast Action: Resources for a set of packages are currently unavailable since the media on which they exist is unavailable. 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. The specified set of packages can no longer be launched and are practically unavailable on the system.

Inclues 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