From 071964e29ac0cb02bcb3e6f157fcde52be74b2d2 Mon Sep 17 00:00:00 2001 From: altay Date: Fri, 25 Feb 2022 16:52:03 +0800 Subject: [PATCH] Description:add interface permission Sig:SIG_ApplicationFramework Feature or Bugfix:Feature Binary Source:No Signed-off-by: altay Change-Id: I1aee487b44fedf061d8cbf3ae24d2f54e0ac82f1 --- systemres/main/config.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/systemres/main/config.json b/systemres/main/config.json index 4efb79b4..43ec4d57 100644 --- a/systemres/main/config.json +++ b/systemres/main/config.json @@ -765,6 +765,27 @@ "availableLevel": "system_basic", "provisionEnable": true, "distributedSceneEnable": false + }, + { + "name": "ohos.permission.GET_RUNNING_INFO", + "grantMode": "system_grant", + "availableLevel": "system_basic", + "provisionEnable": true, + "distributedSceneEnable": false + }, + { + "name": "ohos.permission.CLEAN_APPLICATION_DATA", + "grantMode": "system_grant", + "availableLevel": "system_basic", + "provisionEnable": true, + "distributedSceneEnable": false + }, + { + "name": "ohos.permission.RUNNING_STATE_OBSERVER", + "grantMode": "system_grant", + "availableLevel": "system_basic", + "provisionEnable": true, + "distributedSceneEnable": false } ] } -- Gitee