mirror of
https://github.com/openharmony/resources.git
synced 2026-07-18 08:44:31 -04:00
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:
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user