From 6c17db40bc1b7aaf3050ab1796837c410afb923b Mon Sep 17 00:00:00 2001 From: Hins Date: Tue, 28 May 2024 08:08:33 +0000 Subject: [PATCH] =?UTF-8?q?=E5=BA=94=E7=94=A8=E6=B2=99=E7=AE=B1=E6=8C=89?= =?UTF-8?q?=E9=9C=80=E6=8C=82=E8=BD=BDel2=E6=95=B0=E6=8D=AE=E7=9B=AE?= =?UTF-8?q?=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Hins --- appdata-sandbox-app.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/appdata-sandbox-app.json b/appdata-sandbox-app.json index 3fdb013f..0e3921b9 100755 --- a/appdata-sandbox-app.json +++ b/appdata-sandbox-app.json @@ -270,6 +270,12 @@ "sandbox-path": "/data/storage/el5/database", "src-path": "/data/app/el5//database/" }] + },{ + "name": "ohos.permission.ACCESS_FILE_CONTENT_SHARE", + "mount-paths": [{ + "src-path": "/data/service/el2/public/file_monitor_service/content_share", + "sandbox-path": "/storage/ContentShare" + }] }], "spawn-flag": [{ "name": "START_FLAGS_BACKUP", -- Gitee