From 9a7ed8d37091c6aecaf004f75800c3df2b3da31e Mon Sep 17 00:00:00 2001 From: gaoqiang_strong Date: Fri, 16 Sep 2022 19:40:41 +0800 Subject: [PATCH] add screen permission Signed-off-by: gaoqiang_strong --- sa_profile/dscreen.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sa_profile/dscreen.cfg b/sa_profile/dscreen.cfg index 97ae17db..551b4379 100644 --- a/sa_profile/dscreen.cfg +++ b/sa_profile/dscreen.cfg @@ -6,7 +6,7 @@ "gid" : ["dscreen"], "ondemand" : true, "apl" : "system_basic", - "permission" : ["ohos.permission.DISTRIBUTED_DATASYNC"], + "permission" : ["ohos.permission.DISTRIBUTED_DATASYNC", "ohos.permission.CAPTURE_SCREEN"], "secon" : "u:r:dscreen:s0" }] } \ No newline at end of file -- Gitee