harmony 鸿蒙Bundle Manager Subsystem Changelog

  • 2025-06-12
  • 浏览 (13)

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

你可能感兴趣的鸿蒙文章

harmony 鸿蒙ArkUI Subsystem Changelog

0  赞