diff --git a/en/application-dev/reference/apis/Readme-EN.md b/en/application-dev/reference/apis/Readme-EN.md index f04ac82501b0ac59a9a044a7949f44a46ce73401..b12b546360875f9bb0d71e8840c8d8716bf62907 100644 --- a/en/application-dev/reference/apis/Readme-EN.md +++ b/en/application-dev/reference/apis/Readme-EN.md @@ -249,7 +249,7 @@ - [@ohos.file.storageStatistics (Application Storage Statistics)](js-apis-file-storage-statistics.md) - [@ohos.file.volumeManager (Volume Management)](js-apis-file-volumemanager.md) - [@ohos.filemanagement.userFileManager (User Data Management)](js-apis-userFileManager.md) - - [@ohos.fileShare (File Sharing)](js-apis-fileShare.md) + - [@ohos.fileshare (File Sharing)](js-apis-fileShare.md) - Telephony Service - [@ohos.contact (Contacts)](js-apis-contact.md) diff --git a/en/application-dev/reference/apis/js-apis-fileShare.md b/en/application-dev/reference/apis/js-apis-fileShare.md index 9acb27eb8ea457fd47a9a1677d8d4dd2fa9941ab..b99d2d029bc8f9abf2d6df865a0023140e8b25c0 100644 --- a/en/application-dev/reference/apis/js-apis-fileShare.md +++ b/en/application-dev/reference/apis/js-apis-fileShare.md @@ -1,4 +1,4 @@ -# @ohos.fileShare (File Sharing) +# @ohos.fileshare (File Sharing) The **fileShare** module provides APIs for granting the access permissions on a user file to another application by the Uniform Resource Identifier (URI). Then, the authorized application can access the file by using the APIs provided by [@ohos.file.fs](js-apis-file-fs.md). @@ -9,7 +9,7 @@ The **fileShare** module provides APIs for granting the access permissions on a ## Modules to Import ```js -import fileShare from '@ohos.fileShare'; +import fileShare from '@ohos.fileshare'; ``` ## fileShare.grantUriPermission diff --git a/zh-cn/application-dev/reference/apis/Readme-CN.md b/zh-cn/application-dev/reference/apis/Readme-CN.md index 5155088e4f86ecd004498a37a1d8ca1d3c115adf..919c325fc39e1859125bdf5c918f07f1991a1398 100755 --- a/zh-cn/application-dev/reference/apis/Readme-CN.md +++ b/zh-cn/application-dev/reference/apis/Readme-CN.md @@ -265,7 +265,7 @@ - [@ohos.file.storageStatistics (应用空间统计)](js-apis-file-storage-statistics.md) - [@ohos.file.volumeManager (卷管理)](js-apis-file-volumemanager.md) - [@ohos.filemanagement.userFileManager (用户数据管理)](js-apis-userFileManager.md) - - [@ohos.fileShare (文件分享)](js-apis-fileShare.md) + - [@ohos.fileshare (文件分享)](js-apis-fileShare.md) - 电话服务 - [@ohos.contact (联系人)](js-apis-contact.md) diff --git a/zh-cn/application-dev/reference/apis/js-apis-fileShare.md b/zh-cn/application-dev/reference/apis/js-apis-fileShare.md index 00f3cdacec23c41f69be0c8ffbb43e5b10f7761c..c0f847a7a17e13b5ddfca4c95e1d58951653c83f 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-fileShare.md +++ b/zh-cn/application-dev/reference/apis/js-apis-fileShare.md @@ -1,4 +1,4 @@ -# @ohos.fileShare (文件分享) +# @ohos.fileshare (文件分享) 该模块提供文件分享能力,提供系统应用将公共目录文件统一资源标志符(Uniform Resource Identifier,URI)以读写权限授权给其他应用的接口,授权后应用可通过[@ohos.file.fs](js-apis-file-fs.md)的相关接口进行相关open、read、write等操作,实现文件分享。 @@ -9,7 +9,7 @@ ## 导入模块 ```js -import fileShare from '@ohos.fileShare'; +import fileShare from '@ohos.fileshare'; ``` ## fileShare.grantUriPermission diff --git a/zh-cn/application-dev/website.md b/zh-cn/application-dev/website.md index 51bd3bd22ed422676ed73829a4a37bba9d696324..f9e0f00f2086071061bbee03ffa2121f00fe385e 100644 --- a/zh-cn/application-dev/website.md +++ b/zh-cn/application-dev/website.md @@ -1289,7 +1289,7 @@ - [@ohos.file.storageStatistics (应用空间统计)](reference/apis/js-apis-file-storage-statistics.md) - [@ohos.file.volumeManager (卷管理)](reference/apis/js-apis-file-volumemanager.md) - [@ohos.filemanagement.userFileManager (用户数据管理)](reference/apis/js-apis-userFileManager.md) - - [@ohos.fileShare (文件分享)](reference/apis/js-apis-fileShare.md) + - [@ohos.fileshare (文件分享)](reference/apis/js-apis-fileShare.md) - 电话服务 - [@ohos.contact (联系人)](reference/apis/js-apis-contact.md) - [@ohos.telephony.call (拨打电话)](reference/apis/js-apis-call.md)