PackageItemInfo.MetaData Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.