From 3ba7091712a783514a9d89f2fb03b7d484ca3c10 Mon Sep 17 00:00:00 2001 From: chen-sheng12138 Date: Tue, 4 Mar 2025 19:11:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3readme=E9=87=8C=E7=9A=84?= =?UTF-8?q?=E6=9D=83=E9=99=90=E5=88=97=E8=A1=A8=E5=92=8C=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E4=B8=8D=E5=8C=B9=E9=85=8D=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.en.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.en.md b/README.en.md index def9371..b4b0420 100644 --- a/README.en.md +++ b/README.en.md @@ -36,7 +36,7 @@ Use Camera Kit to take photos and use **photoAccessHelper** to save photos and v 2. Camera permissions: **ohos.permission.CAMERA** and **ohos.permission.MICROPHONE** -3. Media library permissions: **ohos.permission.READ_IMAGEVIDEO** and **ohos.permission.WRITE_IMAGEVIDEO** +3. Media library permissions: **ohos.permission.READ_IMAGEVIDEO** and **ohos.permission.WRITE_IMAGEVIDEO** and **ohos.permission.MEDIA_LOCATION** ## Constraints diff --git a/README.md b/README.md index c343c45..04ed9fb 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ 2、相机权限:ohos.permission.CAMERA、ohos.permission.MICROPHONE -3、媒体库权限:ohos.permission.READ_IMAGEVIDEO、ohos.permission.WRITE_IMAGEVIDEO +3、媒体库权限:ohos.permission.READ_IMAGEVIDEO、ohos.permission.WRITE_IMAGEVIDEO、ohos.permission.MEDIA_LOCATION ## 约束与限制 -- Gitee