From 6b161b07c3337f61700a33a5d56a7db570c0556e Mon Sep 17 00:00:00 2001 From: wangtiantian Date: Wed, 9 Feb 2022 02:06:13 +0000 Subject: [PATCH] IssueNo: #I4SX3X : modify INSTALL_BUNDLE level Description: modify level Sig:SIG_ApplicaitonFramework Feature or Bugfix:BugFix Binary Source:No Signed-off-by: wangtiantian --- systemres/main/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemres/main/config.json b/systemres/main/config.json index 5d758f6c..a4417326 100644 --- a/systemres/main/config.json +++ b/systemres/main/config.json @@ -640,7 +640,7 @@ { "name": "ohos.permission.INSTALL_BUNDLE", "grantMode": "system_grant", - "availableLevel": "system_core", + "availableLevel": "system_basic", "provisionEnable": true, "distributedSceneEnable": false }, -- Gitee