1e41f4b71Sopenharmony_ci# Bundle Manager Subsystem Changelog 2e41f4b71Sopenharmony_ci 3e41f4b71Sopenharmony_ci## cl.bundlemanager.1 Logic Used for Judging System Applications Changed 4e41f4b71Sopenharmony_ci 5e41f4b71Sopenharmony_ciThe **app-feature** field in the [signing certificate](../../../application-dev/security/app-provision-structure.md) is used to determine whether an application is a system application. 6e41f4b71Sopenharmony_ci* If **app-feature** is **hos_system_app**, the application is a system application. 7e41f4b71Sopenharmony_ci* If **app-feature** is not **hos_normal_app**, the application is a third-party application. 8e41f4b71Sopenharmony_ci 9e41f4b71Sopenharmony_ci**Change Impact** 10e41f4b71Sopenharmony_ci 11e41f4b71Sopenharmony_ciIf an application is located in **/system/app**, the path is configured in the **/****/etc/app/install_list.json** file, but **app-feature** is **hos_normal_app**, then the application cannot use system APIs. 12e41f4b71Sopenharmony_ci 13e41f4b71Sopenharmony_ci**Key API/Component Changes** 14e41f4b71Sopenharmony_ci 15e41f4b71Sopenharmony_ciN/A 16e41f4b71Sopenharmony_ci 17e41f4b71Sopenharmony_ci**Adaptation Guide** 18e41f4b71Sopenharmony_ci 19e41f4b71Sopenharmony_ciCheck whether your application is a system application. If yes, change **app-feature** to **hos_system_app** and re-sign the HAP file. 20e41f4b71Sopenharmony_ci 21e41f4b71Sopenharmony_ci 22e41f4b71Sopenharmony_ci## c2.bundlemanager.2 Added the dataUnclearable Field to the ApplicationInfo Struct 23e41f4b71Sopenharmony_ci 24e41f4b71Sopenharmony_ciThe **dataUnclearable** field is added to the [ApplicationInfo](https://gitee.com/openharmony/interface_sdk-js/blob/master/api/bundleManager/ApplicationInfo.d.ts) struct. For details, see [API reference](../../../application-dev/reference/apis/js-apis-bundle-ApplicationInfo.md). 25e41f4b71Sopenharmony_ci 26e41f4b71Sopenharmony_ci**Change Impact** 27e41f4b71Sopenharmony_ci 28e41f4b71Sopenharmony_ciN/A 29e41f4b71Sopenharmony_ci 30e41f4b71Sopenharmony_ci**Key API/Component Changes** 31e41f4b71Sopenharmony_ci 32e41f4b71Sopenharmony_ciThe **dataUnclearable** field is added to the [ApplicationInfo](https://gitee.com/openharmony/interface_sdk-js/blob/master/api/bundleManager/ApplicationInfo.d.ts) struct. For details, see [API reference](../../../application-dev/reference/apis/js-apis-bundle-ApplicationInfo.md). 33e41f4b71Sopenharmony_ci 34e41f4b71Sopenharmony_ci**Adaptation Guide** 35e41f4b71Sopenharmony_ci 36e41f4b71Sopenharmony_ciN/A 37