1# Bundle Manager Subsystem Changelog
2
3## cl.bundlemanager.1 Deleted getAbilityIcon
4
5The **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.
6
7**Change Impact**<br>
8The **getAbilityIcon** API does not take effect.
9
10**Key API/Component Changes**<br>
11The **getAbilityIcon** API is deleted from **@ohos.bundle.bundleManager.d.ts**.
12
13**Adaptation Guide**<br>
14If 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).
15
16## cl.bundlemanager.2 Added Error Code 202
17
18Error 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.
19
20**Change Impact**<br>
21Error 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.
22
23**Key API/Component Changes**<br>
24If 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.
25
26**Adaptation Guide**<br>
27No adaptation is required.
28