From a3850d4c0e40ed6ee4aa966cee2243c4e4b3cb21 Mon Sep 17 00:00:00 2001 From: chengxingzhen Date: Mon, 6 Feb 2023 19:30:38 +0800 Subject: [PATCH] =?UTF-8?q?xts-=E7=AD=BE=E5=90=8D=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=90=AF=E5=8A=A8=E7=AE=A1=E6=8E=A7=E6=9D=83?= =?UTF-8?q?=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: chengxingzhen --- .../actsusers/ActsAmsUsersThirdTest/BUILD.gn | 2 +- .../entry/src/main/module.json | 6 ++++++ ...y_sx_thirdparty.p7b => openharmony_sx.p7b} | Bin 3657 -> 3705 bytes 3 files changed, 7 insertions(+), 1 deletion(-) rename ability/ability_runtime/actsusers/ActsAmsUsersThirdTest/signature/{openharmony_sx_thirdparty.p7b => openharmony_sx.p7b} (78%) diff --git a/ability/ability_runtime/actsusers/ActsAmsUsersThirdTest/BUILD.gn b/ability/ability_runtime/actsusers/ActsAmsUsersThirdTest/BUILD.gn index b4e598861..1d16f55bb 100644 --- a/ability/ability_runtime/actsusers/ActsAmsUsersThirdTest/BUILD.gn +++ b/ability/ability_runtime/actsusers/ActsAmsUsersThirdTest/BUILD.gn @@ -21,7 +21,7 @@ ohos_js_hap_suite("ActsAmsUsersThirdTest") { ":actsamsusersthirdtest_resources", ] ets2abc = true - certificate_profile = "signature/openharmony_sx_thirdparty.p7b" + certificate_profile = "signature/openharmony_sx.p7b" hap_name = "ActsAmsUsersThirdTest" subsystem_name = "ability" part_name = "ability_runtime" diff --git a/ability/ability_runtime/actsusers/ActsAmsUsersThirdTest/entry/src/main/module.json b/ability/ability_runtime/actsusers/ActsAmsUsersThirdTest/entry/src/main/module.json index cacca8559..aeb94d6db 100644 --- a/ability/ability_runtime/actsusers/ActsAmsUsersThirdTest/entry/src/main/module.json +++ b/ability/ability_runtime/actsusers/ActsAmsUsersThirdTest/entry/src/main/module.json @@ -57,6 +57,12 @@ "visible": true, "orientation": "portrait" } + ], + "requestPermissions": [ + { + "name":"ohos.permission.START_ABILITIES_FROM_BACKGROUND", + "reason":"need use ohos.permission.START_ABILITIES_FROM_BACKGROUND" + } ] } } diff --git a/ability/ability_runtime/actsusers/ActsAmsUsersThirdTest/signature/openharmony_sx_thirdparty.p7b b/ability/ability_runtime/actsusers/ActsAmsUsersThirdTest/signature/openharmony_sx.p7b similarity index 78% rename from ability/ability_runtime/actsusers/ActsAmsUsersThirdTest/signature/openharmony_sx_thirdparty.p7b rename to ability/ability_runtime/actsusers/ActsAmsUsersThirdTest/signature/openharmony_sx.p7b index 7f7133cc6530e75d25ea3c10651c2acec9fbe99f..b8c098e1bc65a06a34e961501d5147ba51965cde 100644 GIT binary patch delta 358 zcmX>p^HZkYpoy=PjZ>@5qwPB{BRkWACcZSFP!ba(qam*WHydX{n+IbmGYb==K@*!8 zLLuXVCN_4KCN}13rLxqb;>`R!-MqxyR3$4VLp=jM10@}}aB_YMP}opMDY2kHHzl*U zq$o3~v;?G~q_QA&V|@h+TXAJ^Nowxozbp#+`5F1edIhOPxtYZvL-m3~9D_pQ9i2RV zJVQKPgX7(T{C(q{9G$)0gZxANTsF(HzGi22G-zV9oy^O-y588p$iU3d(7?>ZGRi<7 z?p#h5LnRi4(=S+R6o1^|ma&;|XYGw&`Q>}fD>q73s!F{0R9O8d{el4(8wW5T&e^gs zGqJcExH2g+tiGz&CHOvTvZr*W-~LpKzAs+KIOOiHlyrME<8R^WNhg>TH2+`SzH%{F fnU}Id>3ZRF{4po!0wjZ>@5qwPB{BRkWACO$KukP#Cjqam*WHydX{n+IbmGYb==K@;n9 zghIvzO{_Oqnpm$?E0v`d6=&w>>E=O kalOKvxywsbxB6z6(5%u~^%sqN89rXy-ea>eMfLtP0I4c&&Hw-a -- GitLab