Intent.ExtraChangedPackageList Field

Definition

This field is part of android.content.Intent#ACTION_EXTERNAL_APPLICATIONS_AVAILABLE, android.content.Intent#ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE, android.content.Intent#ACTION_PACKAGES_SUSPENDED, android.content.Intent#ACTION_PACKAGES_UNSUSPENDED and contains a string array of all of the components that have changed.

[Android.Runtime.Register("EXTRA_CHANGED_PACKAGE_LIST")]
public const string ExtraChangedPackageList;
[<Android.Runtime.Register("EXTRA_CHANGED_PACKAGE_LIST")>]
val mutable ExtraChangedPackageList : string

Field Value

Implements

Attributes

Remarks

This field is part of android.content.Intent#ACTION_EXTERNAL_APPLICATIONS_AVAILABLE, android.content.Intent#ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE, android.content.Intent#ACTION_PACKAGES_SUSPENDED, android.content.Intent#ACTION_PACKAGES_UNSUSPENDED and contains a string array of all of the components that have changed.

Java documentation for android.content.Intent.EXTRA_CHANGED_PACKAGE_LIST.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to