1e41f4b71Sopenharmony_ci# Bundle Manager Subsystem Changelog
2e41f4b71Sopenharmony_ci
3e41f4b71Sopenharmony_ci## cl.bundlemanager.1 Deleted getAbilityIcon
4e41f4b71Sopenharmony_ci
5e41f4b71Sopenharmony_ciThe **getAbilityIcon** API in [@ohos.bundle.bundleManager.d.ts](https://gitee.com/openharmony/interface_sdk-js/blob/master/api/@ohos.bundle.bundleManager.d.ts) is deleted. The **getMediaContent** API in [@ohos.resourceManager.d.ts](https://gitee.com/openharmony/interface_sdk-js/blob/master/api/@ohos.resourceManager.d.ts) can be used instead.
6e41f4b71Sopenharmony_ci
7e41f4b71Sopenharmony_ci**Change Impact**<br>
8e41f4b71Sopenharmony_ciThe **getAbilityIcon** API does not take effect.
9e41f4b71Sopenharmony_ci
10e41f4b71Sopenharmony_ci**Key API/Component Changes**<br>
11e41f4b71Sopenharmony_ciThe **getAbilityIcon** API is deleted from **@ohos.bundle.bundleManager.d.ts**.
12e41f4b71Sopenharmony_ci
13e41f4b71Sopenharmony_ci**Adaptation Guide**<br>
14e41f4b71Sopenharmony_ciIf your application uses **getAbilityIcon** in **@ohos.bundle.bundleManager.d.ts**, replace it with **getMediaContent** in **@ohos.resourceManager.d.ts**. You need to obtain the icon ID in advance. For details, see [Usage Guide](../../../application-dev/reference/apis/js-apis-resource-manager.md#getmediacontent9).
15e41f4b71Sopenharmony_ci
16e41f4b71Sopenharmony_ci## cl.bundlemanager.2 Added Error Code 202
17e41f4b71Sopenharmony_ci
18e41f4b71Sopenharmony_ciError code 202 is added to the bundle manager subsystem. If a non-system application calls a system API of API version 9 or later provided by the bundle manager subsystem, error code 202 is returned.
19e41f4b71Sopenharmony_ci
20e41f4b71Sopenharmony_ci**Change Impact**<br>
21e41f4b71Sopenharmony_ciError code 202 is returned when a non-system application calls a system API of API version 9 or later provided by the bundle manager subsystem.
22e41f4b71Sopenharmony_ci
23e41f4b71Sopenharmony_ci**Key API/Component Changes**<br>
24e41f4b71Sopenharmony_ciIf a non-system application calls a system API of API version 9 or later provided by the bundle manager subsystem, error code 202 is returned.
25e41f4b71Sopenharmony_ci
26e41f4b71Sopenharmony_ci**Adaptation Guide**<br>
27e41f4b71Sopenharmony_ciNo adaptation is required.
28