PackageItemInfo.MetaData Property

Definition

Additional meta-data associated with this component.

[Android.Runtime.Register("metaData")]
public Android.OS.Bundle? MetaData { get; set; }
[<Android.Runtime.Register("metaData")>]
member this.MetaData : Android.OS.Bundle with get, set

Property Value

Attributes

Remarks

Additional meta-data associated with this component. This field will only be filled in if you set the PackageManager#GET_META_DATA flag when requesting the info.

Java documentation for android.content.pm.PackageItemInfo.metaData.

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