From ca82fdfa1d587cbe77eabbab62116faafbdb8a29 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: Ib2e4f8294645ba78a8e5a673719833c6adbdae78 --- systemres/main/config.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/systemres/main/config.json b/systemres/main/config.json index aed5a5d..238342d 100644 --- a/systemres/main/config.json +++ b/systemres/main/config.json @@ -800,6 +800,27 @@ "availableLevel": "system_basic", "provisionEnable": false, "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 } ] }