Android.Content.Intent.ExtraChangedComponentNameList Field
This field is part of Intent.ActionPackageChanged,
and contains a string array of all of the components that have changed.
Syntax
[Android.Runtime.Register("EXTRA_CHANGED_COMPONENT_NAME_LIST")] public const stringExtraChangedComponentNameList
Remarks
This field is part of Intent.ActionPackageChanged,
and contains a string array of all of the components that have changed. If
the state of the overall package has changed, then it will contain an entry
with the package name itself.