From e5b6ffc829aa66c005ca6ba2d7eacbbfce7e3a85 Mon Sep 17 00:00:00 2001 From: jiangminsen Date: Thu, 7 May 2026 11:36:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9D=83=E9=99=90=E7=94=B3=E6=98=8E=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: jiangminsen --- .../bundle_framework/bundle/include/native_interface_bundle.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundlemanager/bundle_framework/bundle/include/native_interface_bundle.h b/bundlemanager/bundle_framework/bundle/include/native_interface_bundle.h index 9b7867ba1..1e4f7b8f2 100644 --- a/bundlemanager/bundle_framework/bundle/include/native_interface_bundle.h +++ b/bundlemanager/bundle_framework/bundle/include/native_interface_bundle.h @@ -231,7 +231,7 @@ OH_NativeBundle_ModuleMetadata* OH_NativeBundle_GetModuleMetadata(size_t* size); /** * @brief Obtain a list of ability that support opening files in a certain format. * - * @permisssion {@code ohos.permission.GET_ABILITY_INFO}. + * @permission ohos.permission.GET_ABILITY_INFO * @param fileType Indicates the file type. * @param abilityResourceInfo Indicates the ability resource array. * @param size Indicates the ability resource array size.