From 7618b2a4149bdb9191bc8f5bd4689ea2c2b607a6 Mon Sep 17 00:00:00 2001 From: gaoqiang_strong Date: Tue, 19 Jul 2022 11:23:56 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E8=BD=AF=E6=80=BB=E7=BA=BF?= =?UTF-8?q?=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: gaoqiang_strong --- sa_profile/dscreen.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sa_profile/dscreen.cfg b/sa_profile/dscreen.cfg index ce75a389..97ae17db 100644 --- a/sa_profile/dscreen.cfg +++ b/sa_profile/dscreen.cfg @@ -5,8 +5,8 @@ "uid" : "dscreen", "gid" : ["dscreen"], "ondemand" : true, - "apl" : "system_core", - "permission" : ["ohos.permission.DISTRIBUTED_DATASYNC", "ohos.permission.DISTRIBUTED_SOFTBUS_CENNTER"], + "apl" : "system_basic", + "permission" : ["ohos.permission.DISTRIBUTED_DATASYNC"], "secon" : "u:r:dscreen:s0" }] } \ No newline at end of file -- Gitee