Files
ability_ability_runtime/frameworks/native/appkit/app
zhang_hao_zheng f49e3820a2 优化 Extension BlockList 加载机制,按需加载特定 Extension 的黑名单配置
- 移除 Init() 中的全局加载逻辑,改为按需加载
- 新增 LoadExtensionBlockList() 方法,根据 extensionName 和 type 动态加载
- 删除 AddBlockListItem() 和 SetProcessExtensionType() 等冗余方法
- 在 HandleLaunchAbility 中调用 LoadExtensionBlockList() 实现懒加载
- 修复 extension_config_mgr.cpp 中的语法错误(iter != extensionBlockList_.end)

关联 issue: https://gitcode.com/openharmony/ability_ability_runtime/issues/14328

Signed-off-by: zhang_hao_zheng <zhanghaozheng2@h-partners.com>
2026-01-26 15:38:09 +08:00
..
2024-07-10 18:02:24 +08:00
2024-07-10 18:02:24 +08:00
2025-12-02 18:56:18 +08:00
2025-12-26 18:08:21 +08:00
2025-10-08 16:42:21 +08:00
2025-08-01 10:59:24 +08:00
2026-01-14 15:18:09 +08:00
2024-05-16 14:21:43 +08:00
2024-11-04 19:58:48 +08:00
2026-01-22 13:34:31 +08:00
2024-07-18 15:27:13 +08:00
2024-10-31 14:24:39 +08:00