1# BundleResourceInfo (系统接口) 2 3应用配置的图标和名称信息,可以通过[getBundleResourceInfo](js-apis-bundleResourceManager-sys.md#bundleresourcemanagergetbundleresourceinfo)获取。 4 5> **说明:** 6> 7> 本模块首批接口从API version 11 开始支持。后续版本的新增接口,采用上角标单独标记接口的起始版本。 8> 9> 本模块为系统接口。 10 11## BundleResourceInfo 12 13**系统能力:** SystemCapability.BundleManager.BundleFramework.Resource 14 15**系统接口:** 此接口为系统接口。 16 17| 名称 | 类型 | 只读 | 可选 | 说明 | 18| ------------------------- | ------ | ---- | ---- | -------------------- | 19| bundleName | string | 是 | 否 | 应用的包名。 | 20| icon | string | 是 | 否 | 应用图标,为Base64编码格式。 | 21| label | string | 是 | 否 | 应用名称。 | 22| drawableDescriptor<sup>12+</sup> | [DrawableDescriptor](../apis-arkui/js-apis-arkui-drawableDescriptor-sys.md) | 是 | 否 | 应用图标的drawableDescriptor对象。 | 23| appIndex<sup>12+</sup> | number | 是 | 否 | 应用分身Id。 | 24