harmony 鸿蒙Bundle Manager Subsystem Changelog
Bundle Manager Subsystem Changelog
cl.bundlemanager.1 Logic Used for Judging System Applications Changed
The app-feature field in the signing certificate is used to determine whether an application is a system application. * If app-feature is hos_system_app, the application is a system application. * If app-feature is not hos_normal_app, the application is a third-party application.
Change Impact
If 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.
Key API/Component Changes
N/A
Adaptation Guide
Check whether your application is a system application. If yes, change app-feature to hos_system_app and re-sign the HAP file.
c2.bundlemanager.2 Added the dataUnclearable Field to the ApplicationInfo Struct
The dataUnclearable field is added to the ApplicationInfo struct. For details, see API reference.
Change Impact
N/A
Key API/Component Changes
The dataUnclearable field is added to the ApplicationInfo struct. For details, see API reference.
Adaptation Guide
N/A
你可能感兴趣的鸿蒙文章
- 所属分类: 后端技术
- 本文标签:
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦