From 9f9dc871b39cac10e2c0bfa1a4d1059d301aa983 Mon Sep 17 00:00:00 2001 From: WX997659 <10038940+wx997659@user.noreply.gitee.com> Date: Sun, 24 Apr 2022 08:22:46 +0000 Subject: [PATCH] =?UTF-8?q?update=20Data/JsDistributedData/entry/src/main/?= =?UTF-8?q?config.json.=20=E6=B7=BB=E5=8A=A0=E5=88=86=E5=B8=83=E5=BC=8F?= =?UTF-8?q?=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Data/JsDistributedData/entry/src/main/config.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Data/JsDistributedData/entry/src/main/config.json b/Data/JsDistributedData/entry/src/main/config.json index 36375a46..d7cc79cb 100644 --- a/Data/JsDistributedData/entry/src/main/config.json +++ b/Data/JsDistributedData/entry/src/main/config.json @@ -58,6 +58,11 @@ "autoDesignWidth": false } } + ], + "reqPermissions": [ + { + "name": "ohos.permission.DISTRIBUTED_DATASYNC" + } ] } } \ No newline at end of file -- Gitee