未验证 提交 908f07ca 编写于 作者: O openharmony_ci 提交者: Gitee

!7410 xts-签名文件新增启动管控权限

Merge pull request !7410 from chengxingzhen/monthly_20221018
...@@ -41,6 +41,12 @@ ...@@ -41,6 +41,12 @@
} }
] ]
} }
],
"requestPermissions": [
{
"name":"ohos.permission.START_ABILITIES_FROM_BACKGROUND",
"reason":"need use ohos.permission.START_ABILITIES_FROM_BACKGROUND"
}
] ]
} }
} }
\ No newline at end of file
...@@ -55,6 +55,10 @@ ...@@ -55,6 +55,10 @@
{ {
"name": "ohos.permission.INTERACT_ACROSS_LOCAL_ACCOUNTS", "name": "ohos.permission.INTERACT_ACROSS_LOCAL_ACCOUNTS",
"reason": "need use ohos.permission.GET_RUNNING_INFO" "reason": "need use ohos.permission.GET_RUNNING_INFO"
},
{
"name":"ohos.permission.START_ABILITIES_FROM_BACKGROUND",
"reason":"need use ohos.permission.START_ABILITIES_FROM_BACKGROUND"
} }
] ]
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册