diff --git a/systemres/main/config.json b/systemres/main/config.json index 9f93940..d5b492d 100644 --- a/systemres/main/config.json +++ b/systemres/main/config.json @@ -1010,6 +1010,20 @@ "availableLevel": "system_basic", "provisionEnable": true, "distributedSceneEnable": false + }, + { + "name": "ohos.permission.GET_DEFAULT_APPLICATION", + "grantMode": "system_grant", + "availableLevel": "system_core", + "provisionEnable": true, + "distributedSceneEnable": false + }, + { + "name": "ohos.permission.SET_DEFAULT_APPLICATION", + "grantMode": "system_grant", + "availableLevel": "system_core", + "provisionEnable": true, + "distributedSceneEnable": false } ] }