From d9af1aea33335d4b296cf4561d973c74b26ef2e1 Mon Sep 17 00:00:00 2001 From: li-tiangang4 Date: Mon, 15 Jul 2024 15:19:46 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E7=94=A8dhfwk=E5=AF=B9=E5=A4=96?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E5=A2=9E=E5=8A=A0=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: li-tiangang4 --- sa_profile/dinput.cfg | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sa_profile/dinput.cfg b/sa_profile/dinput.cfg index 55705a1..78a630e 100644 --- a/sa_profile/dinput.cfg +++ b/sa_profile/dinput.cfg @@ -6,7 +6,10 @@ "gid" : ["dinput", "uhid", "input"], "ondemand" : true, "apl" : "system_basic", - "permission" : ["ohos.permission.DISTRIBUTED_DATASYNC"], + "permission" : [ + "ohos.permission.DISTRIBUTED_DATASYNC", + "ohos.permission.ACCESS_DISTRIBUTED_HARDWARE" + ], "secon" : "u:r:dinput:s0" }] } \ No newline at end of file -- Gitee