diff --git a/ability/ability_runtime/actssupportfunction/actssupportfunctiontest/entry/src/main/module.json b/ability/ability_runtime/actssupportfunction/actssupportfunctiontest/entry/src/main/module.json index dd79f9d5d1b82a97eb75fd6af6c1538aa54a588f..7199540c4ee63245b92803a052b23da071fa044a 100644 --- a/ability/ability_runtime/actssupportfunction/actssupportfunctiontest/entry/src/main/module.json +++ b/ability/ability_runtime/actssupportfunction/actssupportfunctiontest/entry/src/main/module.json @@ -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 diff --git a/ability/ability_runtime/actssupportfunction/actssupportfunctiontest/signature/openharmony_sx.p7b b/ability/ability_runtime/actssupportfunction/actssupportfunctiontest/signature/openharmony_sx.p7b index fbe4df030061b3b936c14cda433ffb2501870e98..0bbaa2e713c1cac3ad9d3242d8715788bfc1aa42 100644 Binary files a/ability/ability_runtime/actssupportfunction/actssupportfunctiontest/signature/openharmony_sx.p7b and b/ability/ability_runtime/actssupportfunction/actssupportfunctiontest/signature/openharmony_sx.p7b differ diff --git a/ability/ability_runtime/killprocesswithaccountstage/ActsKillProcessWithAccountTest/entry/src/main/module.json b/ability/ability_runtime/killprocesswithaccountstage/ActsKillProcessWithAccountTest/entry/src/main/module.json index 6208eac6aeb076d32c38d5d581afb486389b06bd..be702a96fc127b96a7c811e9247060fc95ee9466 100644 --- a/ability/ability_runtime/killprocesswithaccountstage/ActsKillProcessWithAccountTest/entry/src/main/module.json +++ b/ability/ability_runtime/killprocesswithaccountstage/ActsKillProcessWithAccountTest/entry/src/main/module.json @@ -55,6 +55,10 @@ { "name": "ohos.permission.INTERACT_ACROSS_LOCAL_ACCOUNTS", "reason": "need use ohos.permission.GET_RUNNING_INFO" + }, + { + "name":"ohos.permission.START_ABILITIES_FROM_BACKGROUND", + "reason":"need use ohos.permission.START_ABILITIES_FROM_BACKGROUND" } ] } diff --git a/ability/ability_runtime/killprocesswithaccountstage/ActsKillProcessWithAccountTest/signature/openharmony_sx.p7b b/ability/ability_runtime/killprocesswithaccountstage/ActsKillProcessWithAccountTest/signature/openharmony_sx.p7b index 96910e9cc6bd4fee0c900ede810dde45137804c2..ca5f1ffa8beea4eab6616593d0088aa48cf21b3c 100644 Binary files a/ability/ability_runtime/killprocesswithaccountstage/ActsKillProcessWithAccountTest/signature/openharmony_sx.p7b and b/ability/ability_runtime/killprocesswithaccountstage/ActsKillProcessWithAccountTest/signature/openharmony_sx.p7b differ