Description:add interface permission

Sig:SIG_ApplicationFramework
Feature or Bugfix:Feature
Binary Source:No

Signed-off-by: altay <yuaqiang1@huawei.com>
Change-Id: Ib2e4f8294645ba78a8e5a673719833c6adbdae78
This commit is contained in:
altay
2022-02-25 16:52:03 +08:00
parent b5e864e7b0
commit ca82fdfa1d
+21
View File
@@ -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
}
]
}