提交 6f38cec8 编写于 作者: C chengxingzhen

xts-签名文件添加启动管控权限

Signed-off-by: Nchengxingzhen <chengxingzhen@huawei.com>
上级 62a6db15
...@@ -53,6 +53,12 @@ ...@@ -53,6 +53,12 @@
"icon": "$media:icon", "icon": "$media:icon",
"label": "$string:MainAbility4_label" "label": "$string:MainAbility4_label"
} }
],
"requestPermissions": [
{
"name":"ohos.permission.START_ABILITIES_FROM_BACKGROUND",
"reason":"need use ohos.permission.START_ABILITIES_FROM_BACKGROUND"
}
] ]
} }
} }
\ No newline at end of file
...@@ -35,6 +35,12 @@ ...@@ -35,6 +35,12 @@
} }
] ]
} }
],
"requestPermissions": [
{
"name":"ohos.permission.START_ABILITIES_FROM_BACKGROUND",
"reason":"need use ohos.permission.START_ABILITIES_FROM_BACKGROUND"
}
] ]
} }
} }
\ No newline at end of file
...@@ -100,6 +100,10 @@ ...@@ -100,6 +100,10 @@
{ {
"name": "ohos.permission.GET_RUNNING_INFO", "name": "ohos.permission.GET_RUNNING_INFO",
"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"
} }
] ]
} }
......
...@@ -99,6 +99,10 @@ ...@@ -99,6 +99,10 @@
}, },
{ {
"name": "ohos.permission.KEEP_BACKGROUND_RUNNING" "name": "ohos.permission.KEEP_BACKGROUND_RUNNING"
},
{
"name":"ohos.permission.START_ABILITIES_FROM_BACKGROUND",
"reason":"need use ohos.permission.START_ABILITIES_FROM_BACKGROUND"
} }
], ],
"js": [ "js": [
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册