From e1a23c22e209bd928ec748179c170a48c5e5534e Mon Sep 17 00:00:00 2001 From: SoftSquirrel Date: Mon, 16 Jan 2023 11:12:45 +0800 Subject: [PATCH] =?UTF-8?q?Issue:#I6AOG3=20Description:=20=E5=8C=85?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E4=B8=8D=E8=A7=A3=E5=8E=8B=E9=9C=80=E6=B1=82?= =?UTF-8?q?changelog=20Sig:=20SIG=5FApplicaitonFramework=20Feature=20or=20?= =?UTF-8?q?Bugfix:=20Feature=20Binary=20Source:=20No?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: SoftSquirrel --- .../changelogs-bundlemanager.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/zh-cn/release-notes/changelogs/OpenHarmony_3.2.10.5/changelogs-bundlemanager.md b/zh-cn/release-notes/changelogs/OpenHarmony_3.2.10.5/changelogs-bundlemanager.md index a1521cfc0f..4a948f73fc 100644 --- a/zh-cn/release-notes/changelogs/OpenHarmony_3.2.10.5/changelogs-bundlemanager.md +++ b/zh-cn/release-notes/changelogs/OpenHarmony_3.2.10.5/changelogs-bundlemanager.md @@ -78,4 +78,17 @@ error: install parse profile prop check error. error: install parse profile prop check error. ``` -对于xts或者本地调试的demo,无法修改板子上install_list_capability.json的,可以修改应用的bundleName,需要以"com.acts."为开头,同时在签名证书中申请对应的特权。 \ No newline at end of file +对于xts或者本地调试的demo,无法修改板子上install_list_capability.json的,可以修改应用的bundleName,需要以"com.acts."为开头,同时在签名证书中申请对应的特权。 + +## cl.bundlemanager.4 底层能力变更,安装hap时,hap中的文件不再解压到安装目录。 + +安装hap后,安装目录下只会存在hap文件,应用不能再使用拼接路径访问解压后的资源文件,应用想要访问资源文件,需要使用标准的资源管理接口。 + +**变更影响**
+如果应用使用拼接路径的形式访问资源文件,会访问失败。需要修改成使用资源管理接口访问资源文件。 + +**关键的接口/组件变更**
+不涉及接口及组件变更 + +**适配指导**
+资源管理子系统提供Js接口访问资源文件。参考[访问资源文件](https://gitee.com/openharmony/docs/blob/master/zh-cn/application-dev/reference/apis/js-apis-resource-manager.md#getrawfilecontent9) -- GitLab