diff --git a/notification/ans_standard/actsansnotificationcancel/entry/src/main/config.json b/notification/ans_standard/actsansnotificationcancel/entry/src/main/config.json index 815370be6aa672c9e703a869b2b64a0b3c26723c..93a43fec778d653612b021bdae9d82972e8f03e5 100644 --- a/notification/ans_standard/actsansnotificationcancel/entry/src/main/config.json +++ b/notification/ans_standard/actsansnotificationcancel/entry/src/main/config.json @@ -19,6 +19,11 @@ "deviceType": [ "phone" ], + "reqPermissions": [ + { + "name": "ohos.permission.NOTIFICATION_CONTROLLER" + } + ], "distro": { "deliveryWithInstall": true, "moduleName": "entry", @@ -58,4 +63,4 @@ } ] } -} \ No newline at end of file +} diff --git a/notification/ans_standard/actsansnotificationcancel/signature/openharmony_sx.p7b b/notification/ans_standard/actsansnotificationcancel/signature/openharmony_sx.p7b index 9be1e98fa4c0c28ca997ed660112fa16b194f0f5..cc53179a48f88f20acc379c138a001e9a15838f6 100644 Binary files a/notification/ans_standard/actsansnotificationcancel/signature/openharmony_sx.p7b and b/notification/ans_standard/actsansnotificationcancel/signature/openharmony_sx.p7b differ diff --git a/notification/ans_standard/actsansnotificationremove/entry/src/main/config.json b/notification/ans_standard/actsansnotificationremove/entry/src/main/config.json index 29cde28e99512ce9ec5715d1642f126064f79319..a9dc0bbea2751ed771244d966b3893e85d339d26 100644 --- a/notification/ans_standard/actsansnotificationremove/entry/src/main/config.json +++ b/notification/ans_standard/actsansnotificationremove/entry/src/main/config.json @@ -19,6 +19,11 @@ "deviceType": [ "phone" ], + "reqPermissions": [ + { + "name": "ohos.permission.NOTIFICATION_CONTROLLER" + } + ], "distro": { "deliveryWithInstall": true, "moduleName": "entry", @@ -58,4 +63,4 @@ } ] } -} \ No newline at end of file +} diff --git a/notification/ans_standard/actsansnotificationremove/signature/openharmony_sx.p7b b/notification/ans_standard/actsansnotificationremove/signature/openharmony_sx.p7b index 9be1e98fa4c0c28ca997ed660112fa16b194f0f5..cc53179a48f88f20acc379c138a001e9a15838f6 100644 Binary files a/notification/ans_standard/actsansnotificationremove/signature/openharmony_sx.p7b and b/notification/ans_standard/actsansnotificationremove/signature/openharmony_sx.p7b differ diff --git a/notification/ans_standard/actsansslottest/actsansaddslotsystem/entry/src/main/config.json b/notification/ans_standard/actsansslottest/actsansaddslotsystem/entry/src/main/config.json index de49c2158755e7dd161d9370cd06b7b6ca3ee928..0c9ca12d8f8f1b4e06df7118f8ca3200179a4677 100755 --- a/notification/ans_standard/actsansslottest/actsansaddslotsystem/entry/src/main/config.json +++ b/notification/ans_standard/actsansslottest/actsansaddslotsystem/entry/src/main/config.json @@ -19,6 +19,11 @@ "deviceType": [ "phone" ], + "reqPermissions": [ + { + "name": "ohos.permission.NOTIFICATION_CONTROLLER" + } + ], "distro": { "deliveryWithInstall": true, "moduleName": "entry", @@ -58,4 +63,4 @@ } ] } -} \ No newline at end of file +} diff --git a/notification/ans_standard/actsansslottest/actsansaddslotsystem/signature/openharmony_sx.p7b b/notification/ans_standard/actsansslottest/actsansaddslotsystem/signature/openharmony_sx.p7b index 9be1e98fa4c0c28ca997ed660112fa16b194f0f5..cc53179a48f88f20acc379c138a001e9a15838f6 100644 Binary files a/notification/ans_standard/actsansslottest/actsansaddslotsystem/signature/openharmony_sx.p7b and b/notification/ans_standard/actsansslottest/actsansaddslotsystem/signature/openharmony_sx.p7b differ diff --git a/notification/ans_standard/actsansslottest/actsansgetslotWithoutadd/entry/src/main/config.json b/notification/ans_standard/actsansslottest/actsansgetslotWithoutadd/entry/src/main/config.json index d743a79975b957d5ee1e2e1cd28069a2cdea35a0..1df916106555dd36a571df49de0801b4887dea2a 100755 --- a/notification/ans_standard/actsansslottest/actsansgetslotWithoutadd/entry/src/main/config.json +++ b/notification/ans_standard/actsansslottest/actsansgetslotWithoutadd/entry/src/main/config.json @@ -19,6 +19,11 @@ "deviceType": [ "phone" ], + "reqPermissions": [ + { + "name": "ohos.permission.NOTIFICATION_CONTROLLER" + } + ], "distro": { "deliveryWithInstall": true, "moduleName": "entry", @@ -58,4 +63,4 @@ } ] } -} \ No newline at end of file +} diff --git a/notification/ans_standard/actsansslottest/actsansgetslotWithoutadd/signature/openharmony_sx.p7b b/notification/ans_standard/actsansslottest/actsansgetslotWithoutadd/signature/openharmony_sx.p7b index 9be1e98fa4c0c28ca997ed660112fa16b194f0f5..cc53179a48f88f20acc379c138a001e9a15838f6 100644 Binary files a/notification/ans_standard/actsansslottest/actsansgetslotWithoutadd/signature/openharmony_sx.p7b and b/notification/ans_standard/actsansslottest/actsansgetslotWithoutadd/signature/openharmony_sx.p7b differ diff --git a/notification/ans_standard/actsansslottest/actsansgetslottestcallback/entry/src/main/config.json b/notification/ans_standard/actsansslottest/actsansgetslottestcallback/entry/src/main/config.json index 8c933d0f3ffecaa6ea148efc1c51f65557464597..9b720fefd3267460126efbab39e224c98dea0c67 100755 --- a/notification/ans_standard/actsansslottest/actsansgetslottestcallback/entry/src/main/config.json +++ b/notification/ans_standard/actsansslottest/actsansgetslottestcallback/entry/src/main/config.json @@ -19,6 +19,11 @@ "deviceType": [ "phone" ], + "reqPermissions": [ + { + "name": "ohos.permission.NOTIFICATION_CONTROLLER" + } + ], "distro": { "deliveryWithInstall": true, "moduleName": "entry", @@ -58,4 +63,4 @@ } ] } -} \ No newline at end of file +} diff --git a/notification/ans_standard/actsansslottest/actsansgetslottestcallback/signature/openharmony_sx.p7b b/notification/ans_standard/actsansslottest/actsansgetslottestcallback/signature/openharmony_sx.p7b index 9be1e98fa4c0c28ca997ed660112fa16b194f0f5..cc53179a48f88f20acc379c138a001e9a15838f6 100755 Binary files a/notification/ans_standard/actsansslottest/actsansgetslottestcallback/signature/openharmony_sx.p7b and b/notification/ans_standard/actsansslottest/actsansgetslottestcallback/signature/openharmony_sx.p7b differ diff --git a/notification/ans_standard/actsansslottest/actsansgetslottestpromise/entry/src/main/config.json b/notification/ans_standard/actsansslottest/actsansgetslottestpromise/entry/src/main/config.json index de893cf8809f0686d7ef4645bbbf3301bc6d5326..ca63332badc233c96bb2b7c4db6638c0a65b865d 100755 --- a/notification/ans_standard/actsansslottest/actsansgetslottestpromise/entry/src/main/config.json +++ b/notification/ans_standard/actsansslottest/actsansgetslottestpromise/entry/src/main/config.json @@ -19,6 +19,11 @@ "deviceType": [ "phone" ], + "reqPermissions": [ + { + "name": "ohos.permission.NOTIFICATION_CONTROLLER" + } + ], "distro": { "deliveryWithInstall": true, "moduleName": "entry", @@ -58,4 +63,4 @@ } ] } -} \ No newline at end of file +} diff --git a/notification/ans_standard/actsansslottest/actsansgetslottestpromise/signature/openharmony_sx.p7b b/notification/ans_standard/actsansslottest/actsansgetslottestpromise/signature/openharmony_sx.p7b index 9be1e98fa4c0c28ca997ed660112fa16b194f0f5..cc53179a48f88f20acc379c138a001e9a15838f6 100755 Binary files a/notification/ans_standard/actsansslottest/actsansgetslottestpromise/signature/openharmony_sx.p7b and b/notification/ans_standard/actsansslottest/actsansgetslottestpromise/signature/openharmony_sx.p7b differ diff --git a/notification/ans_standard/actsansslottest/actsansremoveslottest/entry/src/main/config.json b/notification/ans_standard/actsansslottest/actsansremoveslottest/entry/src/main/config.json index e7cd8196229dfa61be6a7c1e30cd8ece55c7dea0..afcb2ca53d0a93fa02becca4c8a43109847913a1 100755 --- a/notification/ans_standard/actsansslottest/actsansremoveslottest/entry/src/main/config.json +++ b/notification/ans_standard/actsansslottest/actsansremoveslottest/entry/src/main/config.json @@ -19,6 +19,11 @@ "deviceType": [ "phone" ], + "reqPermissions": [ + { + "name": "ohos.permission.NOTIFICATION_CONTROLLER" + } + ], "distro": { "deliveryWithInstall": true, "moduleName": "entry", @@ -58,4 +63,4 @@ } ] } -} \ No newline at end of file +} diff --git a/notification/ans_standard/actsansslottest/actsansremoveslottest/signature/openharmony_sx.p7b b/notification/ans_standard/actsansslottest/actsansremoveslottest/signature/openharmony_sx.p7b index 9be1e98fa4c0c28ca997ed660112fa16b194f0f5..cc53179a48f88f20acc379c138a001e9a15838f6 100755 Binary files a/notification/ans_standard/actsansslottest/actsansremoveslottest/signature/openharmony_sx.p7b and b/notification/ans_standard/actsansslottest/actsansremoveslottest/signature/openharmony_sx.p7b differ diff --git a/notification/ans_standard/actsansslottest/actsansremoveslotwithoutadd/entry/src/main/config.json b/notification/ans_standard/actsansslottest/actsansremoveslotwithoutadd/entry/src/main/config.json index 42fae4b937b96362c7337dcf9fd37249fb6e4236..86e652ad12c57548ebb707b0e6804b65e2e483ab 100755 --- a/notification/ans_standard/actsansslottest/actsansremoveslotwithoutadd/entry/src/main/config.json +++ b/notification/ans_standard/actsansslottest/actsansremoveslotwithoutadd/entry/src/main/config.json @@ -19,6 +19,11 @@ "deviceType": [ "phone" ], + "reqPermissions": [ + { + "name": "ohos.permission.NOTIFICATION_CONTROLLER" + } + ], "distro": { "deliveryWithInstall": true, "moduleName": "entry", @@ -58,4 +63,4 @@ } ] } -} \ No newline at end of file +} diff --git a/notification/ans_standard/actsansslottest/actsansremoveslotwithoutadd/signature/openharmony_sx.p7b b/notification/ans_standard/actsansslottest/actsansremoveslotwithoutadd/signature/openharmony_sx.p7b index 9be1e98fa4c0c28ca997ed660112fa16b194f0f5..cc53179a48f88f20acc379c138a001e9a15838f6 100644 Binary files a/notification/ans_standard/actsansslottest/actsansremoveslotwithoutadd/signature/openharmony_sx.p7b and b/notification/ans_standard/actsansslottest/actsansremoveslotwithoutadd/signature/openharmony_sx.p7b differ diff --git a/notification/ans_standard/actsansslottest/actsansslotbybundle/entry/src/main/config.json b/notification/ans_standard/actsansslottest/actsansslotbybundle/entry/src/main/config.json index 3d93c8601f8e10916fdc99e1bbe7b1a133006eb2..b8dc7813447fd3ddc751d35ace64295a98a002b6 100644 --- a/notification/ans_standard/actsansslottest/actsansslotbybundle/entry/src/main/config.json +++ b/notification/ans_standard/actsansslottest/actsansslotbybundle/entry/src/main/config.json @@ -19,6 +19,11 @@ "deviceType": [ "phone" ], + "reqPermissions": [ + { + "name": "ohos.permission.NOTIFICATION_CONTROLLER" + } + ], "distro": { "deliveryWithInstall": true, "moduleName": "entry", @@ -58,4 +63,4 @@ } ] } -} \ No newline at end of file +} diff --git a/notification/ans_standard/actsansslottest/actsansslotbybundle/signature/openharmony_sx.p7b b/notification/ans_standard/actsansslottest/actsansslotbybundle/signature/openharmony_sx.p7b index 9be1e98fa4c0c28ca997ed660112fa16b194f0f5..cc53179a48f88f20acc379c138a001e9a15838f6 100644 Binary files a/notification/ans_standard/actsansslottest/actsansslotbybundle/signature/openharmony_sx.p7b and b/notification/ans_standard/actsansslottest/actsansslotbybundle/signature/openharmony_sx.p7b differ diff --git a/notification/ans_standard/actsansslottest/actsansslotsystemcallback/entry/src/main/config.json b/notification/ans_standard/actsansslottest/actsansslotsystemcallback/entry/src/main/config.json index 044a903cd3feeb911b55eac07e443659ecfaabfd..b0365aaccef594c1f452a653410cae77c221ac5e 100755 --- a/notification/ans_standard/actsansslottest/actsansslotsystemcallback/entry/src/main/config.json +++ b/notification/ans_standard/actsansslottest/actsansslotsystemcallback/entry/src/main/config.json @@ -19,6 +19,11 @@ "deviceType": [ "phone" ], + "reqPermissions": [ + { + "name": "ohos.permission.NOTIFICATION_CONTROLLER" + } + ], "distro": { "deliveryWithInstall": true, "moduleName": "entry", @@ -58,4 +63,4 @@ } ] } -} \ No newline at end of file +} diff --git a/notification/ans_standard/actsansslottest/actsansslotsystemcallback/signature/openharmony_sx.p7b b/notification/ans_standard/actsansslottest/actsansslotsystemcallback/signature/openharmony_sx.p7b index 9be1e98fa4c0c28ca997ed660112fa16b194f0f5..cc53179a48f88f20acc379c138a001e9a15838f6 100755 Binary files a/notification/ans_standard/actsansslottest/actsansslotsystemcallback/signature/openharmony_sx.p7b and b/notification/ans_standard/actsansslottest/actsansslotsystemcallback/signature/openharmony_sx.p7b differ diff --git a/notification/ans_standard/actsansslottest/actsansslotsystempromise/entry/src/main/config.json b/notification/ans_standard/actsansslottest/actsansslotsystempromise/entry/src/main/config.json index 25b845cb00399524e0248a14bf056ed781aff039..4c0daf0d1cc54adec0f1a6278d282b48efc55818 100755 --- a/notification/ans_standard/actsansslottest/actsansslotsystempromise/entry/src/main/config.json +++ b/notification/ans_standard/actsansslottest/actsansslotsystempromise/entry/src/main/config.json @@ -19,6 +19,11 @@ "deviceType": [ "phone" ], + "reqPermissions": [ + { + "name": "ohos.permission.NOTIFICATION_CONTROLLER" + } + ], "distro": { "deliveryWithInstall": true, "moduleName": "entry", @@ -58,4 +63,4 @@ } ] } -} \ No newline at end of file +} diff --git a/notification/ans_standard/actsansslottest/actsansslotsystempromise/signature/openharmony_sx.p7b b/notification/ans_standard/actsansslottest/actsansslotsystempromise/signature/openharmony_sx.p7b index 9be1e98fa4c0c28ca997ed660112fa16b194f0f5..cc53179a48f88f20acc379c138a001e9a15838f6 100755 Binary files a/notification/ans_standard/actsansslottest/actsansslotsystempromise/signature/openharmony_sx.p7b and b/notification/ans_standard/actsansslottest/actsansslotsystempromise/signature/openharmony_sx.p7b differ diff --git a/notification/ans_standard/actsansslottest/actsansslottaddremoveall/entry/src/main/config.json b/notification/ans_standard/actsansslottest/actsansslottaddremoveall/entry/src/main/config.json index 7bab190ad04168472960a8074f11645216d42ac7..5fba9864a3ccb9cdb6e4e977158c45998731164c 100755 --- a/notification/ans_standard/actsansslottest/actsansslottaddremoveall/entry/src/main/config.json +++ b/notification/ans_standard/actsansslottest/actsansslottaddremoveall/entry/src/main/config.json @@ -19,6 +19,11 @@ "deviceType":[ "phone" ], + "reqPermissions": [ + { + "name": "ohos.permission.NOTIFICATION_CONTROLLER" + } + ], "distro":{ "deliveryWithInstall":true, "moduleName":"entry", @@ -58,4 +63,4 @@ } ] } -} \ No newline at end of file +} diff --git a/notification/ans_standard/actsansslottest/actsansslottaddremoveall/signature/openharmony_sx.p7b b/notification/ans_standard/actsansslottest/actsansslottaddremoveall/signature/openharmony_sx.p7b index 9be1e98fa4c0c28ca997ed660112fa16b194f0f5..cc53179a48f88f20acc379c138a001e9a15838f6 100644 Binary files a/notification/ans_standard/actsansslottest/actsansslottaddremoveall/signature/openharmony_sx.p7b and b/notification/ans_standard/actsansslottest/actsansslottaddremoveall/signature/openharmony_sx.p7b differ diff --git a/notification/ans_standard/publish_test/activebtn/activebutton/entry/src/main/config.json b/notification/ans_standard/publish_test/activebtn/activebutton/entry/src/main/config.json index 947e90b4ed016b2593f66ce7438ee66a5167ea49..48458c692e24004853142200312bbfcaa7d95536 100644 --- a/notification/ans_standard/publish_test/activebtn/activebutton/entry/src/main/config.json +++ b/notification/ans_standard/publish_test/activebtn/activebutton/entry/src/main/config.json @@ -19,6 +19,11 @@ "deviceType": [ "phone" ], + "reqPermissions": [ + { + "name": "ohos.permission.NOTIFICATION_CONTROLLER" + } + ], "distro": { "deliveryWithInstall": true, "moduleName": "entry", @@ -59,4 +64,4 @@ } ] } -} \ No newline at end of file +} diff --git a/notification/ans_standard/publish_test/activebtn/activebutton/signature/openharmony_sx.p7b b/notification/ans_standard/publish_test/activebtn/activebutton/signature/openharmony_sx.p7b index 9be1e98fa4c0c28ca997ed660112fa16b194f0f5..cc53179a48f88f20acc379c138a001e9a15838f6 100644 Binary files a/notification/ans_standard/publish_test/activebtn/activebutton/signature/openharmony_sx.p7b and b/notification/ans_standard/publish_test/activebtn/activebutton/signature/openharmony_sx.p7b differ diff --git a/notification/ans_standard/publish_test/activebtn/testa/entry/src/main/config.json b/notification/ans_standard/publish_test/activebtn/testa/entry/src/main/config.json index e085db83fa4bc384a5d67ef171b04377a7550a3a..2cd4795d1f30956f2a235cd5bd88b92309355f72 100644 --- a/notification/ans_standard/publish_test/activebtn/testa/entry/src/main/config.json +++ b/notification/ans_standard/publish_test/activebtn/testa/entry/src/main/config.json @@ -19,6 +19,11 @@ "deviceType": [ "phone" ], + "reqPermissions": [ + { + "name": "ohos.permission.NOTIFICATION_CONTROLLER" + } + ], "distro": { "deliveryWithInstall": true, "moduleName": "entry", @@ -59,4 +64,4 @@ } ] } -} \ No newline at end of file +} diff --git a/notification/ans_standard/publish_test/activebtn/testa/signature/openharmony_sx.p7b b/notification/ans_standard/publish_test/activebtn/testa/signature/openharmony_sx.p7b index 9be1e98fa4c0c28ca997ed660112fa16b194f0f5..cc53179a48f88f20acc379c138a001e9a15838f6 100644 Binary files a/notification/ans_standard/publish_test/activebtn/testa/signature/openharmony_sx.p7b and b/notification/ans_standard/publish_test/activebtn/testa/signature/openharmony_sx.p7b differ diff --git a/notification/ans_standard/publish_test/activebtn/testb/entry/src/main/config.json b/notification/ans_standard/publish_test/activebtn/testb/entry/src/main/config.json index ecf73a802f24aa1f32d9c6df49cdad39d3ea16d6..b09de5dbec7c05e68a379d80cdad95b67541f677 100644 --- a/notification/ans_standard/publish_test/activebtn/testb/entry/src/main/config.json +++ b/notification/ans_standard/publish_test/activebtn/testb/entry/src/main/config.json @@ -19,6 +19,11 @@ "deviceType": [ "phone" ], + "reqPermissions": [ + { + "name": "ohos.permission.NOTIFICATION_CONTROLLER" + } + ], "distro": { "deliveryWithInstall": true, "moduleName": "entry", @@ -59,4 +64,4 @@ } ] } -} \ No newline at end of file +} diff --git a/notification/ans_standard/publish_test/activebtn/testb/signature/openharmony_sx.p7b b/notification/ans_standard/publish_test/activebtn/testb/signature/openharmony_sx.p7b index 9be1e98fa4c0c28ca997ed660112fa16b194f0f5..cc53179a48f88f20acc379c138a001e9a15838f6 100644 Binary files a/notification/ans_standard/publish_test/activebtn/testb/signature/openharmony_sx.p7b and b/notification/ans_standard/publish_test/activebtn/testb/signature/openharmony_sx.p7b differ diff --git a/notification/ans_standard/publish_test/activebtn/testc/entry/src/main/config.json b/notification/ans_standard/publish_test/activebtn/testc/entry/src/main/config.json index b7c6812d9aa226b8738d5273be5c2c03bee76ea8..1a03c678ffcb5a2e728aba0c129fecbd0ab8852f 100644 --- a/notification/ans_standard/publish_test/activebtn/testc/entry/src/main/config.json +++ b/notification/ans_standard/publish_test/activebtn/testc/entry/src/main/config.json @@ -19,6 +19,11 @@ "deviceType": [ "phone" ], + "reqPermissions": [ + { + "name": "ohos.permission.NOTIFICATION_CONTROLLER" + } + ], "distro": { "deliveryWithInstall": true, "moduleName": "entry", @@ -59,4 +64,4 @@ } ] } -} \ No newline at end of file +} diff --git a/notification/ans_standard/publish_test/activebtn/testc/signature/openharmony_sx.p7b b/notification/ans_standard/publish_test/activebtn/testc/signature/openharmony_sx.p7b index 9be1e98fa4c0c28ca997ed660112fa16b194f0f5..cc53179a48f88f20acc379c138a001e9a15838f6 100644 Binary files a/notification/ans_standard/publish_test/activebtn/testc/signature/openharmony_sx.p7b and b/notification/ans_standard/publish_test/activebtn/testc/signature/openharmony_sx.p7b differ diff --git a/notification/ans_standard/publish_test/actsanspublishcontroltest/entry/src/main/config.json b/notification/ans_standard/publish_test/actsanspublishcontroltest/entry/src/main/config.json index 0ab36beed83e874add1fb96314287e896550d6e8..9f336cbde4176e277c99511451728fd29de55ed7 100755 --- a/notification/ans_standard/publish_test/actsanspublishcontroltest/entry/src/main/config.json +++ b/notification/ans_standard/publish_test/actsanspublishcontroltest/entry/src/main/config.json @@ -19,6 +19,11 @@ "deviceType": [ "phone" ], + "reqPermissions": [ + { + "name": "ohos.permission.NOTIFICATION_CONTROLLER" + } + ], "distro": { "deliveryWithInstall": true, "moduleName": "entry", @@ -58,4 +63,4 @@ } ] } -} \ No newline at end of file +} diff --git a/notification/ans_standard/publish_test/actsanspublishcontroltest/signature/openharmony_sx.p7b b/notification/ans_standard/publish_test/actsanspublishcontroltest/signature/openharmony_sx.p7b index 9be1e98fa4c0c28ca997ed660112fa16b194f0f5..cc53179a48f88f20acc379c138a001e9a15838f6 100755 Binary files a/notification/ans_standard/publish_test/actsanspublishcontroltest/signature/openharmony_sx.p7b and b/notification/ans_standard/publish_test/actsanspublishcontroltest/signature/openharmony_sx.p7b differ diff --git a/notification/ans_standard/publish_test/actsanspublishconversation/entry/src/main/config.json b/notification/ans_standard/publish_test/actsanspublishconversation/entry/src/main/config.json index 9d1b58a928aa4a2f9412bc2556ad702c71f799ea..13934d84b8db8b5876eeb78058dc50ed665b101a 100644 --- a/notification/ans_standard/publish_test/actsanspublishconversation/entry/src/main/config.json +++ b/notification/ans_standard/publish_test/actsanspublishconversation/entry/src/main/config.json @@ -19,6 +19,11 @@ "deviceType": [ "phone" ], + "reqPermissions": [ + { + "name": "ohos.permission.NOTIFICATION_CONTROLLER" + } + ], "reqPermissions": [{ "name": "ohos.permission.NOTIFICATION_CONTROLLER", "reason": "install bundle", @@ -68,4 +73,4 @@ } ] } -} \ No newline at end of file +} diff --git a/notification/ans_standard/publish_test/actsanspublishconversation/signature/openharmony_sx.p7b b/notification/ans_standard/publish_test/actsanspublishconversation/signature/openharmony_sx.p7b index ee8f45f0d8ea48bb12ee6107bca1716d2bb3d135..cc53179a48f88f20acc379c138a001e9a15838f6 100644 Binary files a/notification/ans_standard/publish_test/actsanspublishconversation/signature/openharmony_sx.p7b and b/notification/ans_standard/publish_test/actsanspublishconversation/signature/openharmony_sx.p7b differ diff --git a/notification/ans_standard/publish_test/ansactscancelgroup/entry/src/main/config.json b/notification/ans_standard/publish_test/ansactscancelgroup/entry/src/main/config.json index 08c11fabfc9d966dedb5436af3ccf03fe4cf755b..b498111eb2931d5ac93024c201813864d1e7258d 100644 --- a/notification/ans_standard/publish_test/ansactscancelgroup/entry/src/main/config.json +++ b/notification/ans_standard/publish_test/ansactscancelgroup/entry/src/main/config.json @@ -19,6 +19,11 @@ "deviceType": [ "phone" ], + "reqPermissions": [ + { + "name": "ohos.permission.NOTIFICATION_CONTROLLER" + } + ], "reqPermissions": [{ "name": "ohos.permission.NOTIFICATION_CONTROLLER", "reason": "install bundle", @@ -68,4 +73,4 @@ } ] } -} \ No newline at end of file +} diff --git a/notification/ans_standard/publish_test/ansactscancelgroup/signature/openharmony_sx.p7b b/notification/ans_standard/publish_test/ansactscancelgroup/signature/openharmony_sx.p7b index ee8f45f0d8ea48bb12ee6107bca1716d2bb3d135..cc53179a48f88f20acc379c138a001e9a15838f6 100644 Binary files a/notification/ans_standard/publish_test/ansactscancelgroup/signature/openharmony_sx.p7b and b/notification/ans_standard/publish_test/ansactscancelgroup/signature/openharmony_sx.p7b differ diff --git a/notification/ans_standard/publish_test/ansactsremovegroup/entry/src/main/config.json b/notification/ans_standard/publish_test/ansactsremovegroup/entry/src/main/config.json index 572437265c100ffa51704045555fd150da4bb328..2d4e674eadea308f6a0caab675909b8d7c99c8db 100644 --- a/notification/ans_standard/publish_test/ansactsremovegroup/entry/src/main/config.json +++ b/notification/ans_standard/publish_test/ansactsremovegroup/entry/src/main/config.json @@ -19,6 +19,11 @@ "deviceType": [ "phone" ], + "reqPermissions": [ + { + "name": "ohos.permission.NOTIFICATION_CONTROLLER" + } + ], "reqPermissions": [{ "name": "ohos.permission.NOTIFICATION_CONTROLLER", "reason": "install bundle", @@ -68,4 +73,4 @@ } ] } -} \ No newline at end of file +} diff --git a/notification/ans_standard/publish_test/ansactsremovegroup/signature/openharmony_sx.p7b b/notification/ans_standard/publish_test/ansactsremovegroup/signature/openharmony_sx.p7b index ee8f45f0d8ea48bb12ee6107bca1716d2bb3d135..cc53179a48f88f20acc379c138a001e9a15838f6 100644 Binary files a/notification/ans_standard/publish_test/ansactsremovegroup/signature/openharmony_sx.p7b and b/notification/ans_standard/publish_test/ansactsremovegroup/signature/openharmony_sx.p7b differ diff --git a/notification/ans_standard/publish_test/badgedisplayed/badgedisplay/entry/src/main/config.json b/notification/ans_standard/publish_test/badgedisplayed/badgedisplay/entry/src/main/config.json index 23a2f93b2397e86da6011b8e325292e5b2b78a3f..14cd400493bcc5a0a97db0bcbd4cf180509a8e9e 100644 --- a/notification/ans_standard/publish_test/badgedisplayed/badgedisplay/entry/src/main/config.json +++ b/notification/ans_standard/publish_test/badgedisplayed/badgedisplay/entry/src/main/config.json @@ -50,6 +50,10 @@ { "name":"ohos.permission.GET_BUNDLE_INFO_PRIVILEGED", "reason":"need use ohos.permission.GET_BUNDLE_INFO_PRIVILEGED" + }, + { + "name":"ohos.permission.GET_BUNDLE_INFO", + "reason":"need use ohos.permission.GET_BUNDLE_INFO" } ], "js": [ @@ -65,4 +69,4 @@ } ] } -} \ No newline at end of file +} diff --git a/notification/ans_standard/publish_test/badgedisplayed/badgedisplay/signature/openharmony_sx.p7b b/notification/ans_standard/publish_test/badgedisplayed/badgedisplay/signature/openharmony_sx.p7b index 72ed53274be432671f706bcaa13249400fdccabf..cc53179a48f88f20acc379c138a001e9a15838f6 100755 Binary files a/notification/ans_standard/publish_test/badgedisplayed/badgedisplay/signature/openharmony_sx.p7b and b/notification/ans_standard/publish_test/badgedisplayed/badgedisplay/signature/openharmony_sx.p7b differ diff --git a/notification/ans_standard/publish_test/badgedisplayed/localcandisplay/entry/src/main/config.json b/notification/ans_standard/publish_test/badgedisplayed/localcandisplay/entry/src/main/config.json index ee6da12eeeb7246ae1bf194d0eeba1bc1b3eaf64..89b05ce3ad32cdceeb12a91dcbd6c23f45fb6589 100644 --- a/notification/ans_standard/publish_test/badgedisplayed/localcandisplay/entry/src/main/config.json +++ b/notification/ans_standard/publish_test/badgedisplayed/localcandisplay/entry/src/main/config.json @@ -19,6 +19,11 @@ "deviceType": [ "phone" ], + "reqPermissions": [ + { + "name": "ohos.permission.NOTIFICATION_CONTROLLER" + } + ], "distro": { "deliveryWithInstall": true, "moduleName": "entry", @@ -59,4 +64,4 @@ } ] } -} \ No newline at end of file +} diff --git a/notification/ans_standard/publish_test/badgedisplayed/localcandisplay/signature/openharmony_sx.p7b b/notification/ans_standard/publish_test/badgedisplayed/localcandisplay/signature/openharmony_sx.p7b index 9be1e98fa4c0c28ca997ed660112fa16b194f0f5..cc53179a48f88f20acc379c138a001e9a15838f6 100644 Binary files a/notification/ans_standard/publish_test/badgedisplayed/localcandisplay/signature/openharmony_sx.p7b and b/notification/ans_standard/publish_test/badgedisplayed/localcandisplay/signature/openharmony_sx.p7b differ diff --git a/notification/ans_standard/publish_test/donotdisturbmode/entry/src/main/config.json b/notification/ans_standard/publish_test/donotdisturbmode/entry/src/main/config.json index 07b59997ec105b5100fa9760583e76554ac7b4de..c5fcd8bfca82402f0ec996a3d5f069f3a48e91e0 100644 --- a/notification/ans_standard/publish_test/donotdisturbmode/entry/src/main/config.json +++ b/notification/ans_standard/publish_test/donotdisturbmode/entry/src/main/config.json @@ -19,6 +19,11 @@ "deviceType": [ "phone" ], + "reqPermissions": [ + { + "name": "ohos.permission.NOTIFICATION_CONTROLLER" + } + ], "distro": { "deliveryWithInstall": true, "moduleName": "entry", @@ -59,4 +64,4 @@ } ] } -} \ No newline at end of file +} diff --git a/notification/ans_standard/publish_test/donotdisturbmode/signature/openharmony_sx.p7b b/notification/ans_standard/publish_test/donotdisturbmode/signature/openharmony_sx.p7b index 9be1e98fa4c0c28ca997ed660112fa16b194f0f5..cc53179a48f88f20acc379c138a001e9a15838f6 100755 Binary files a/notification/ans_standard/publish_test/donotdisturbmode/signature/openharmony_sx.p7b and b/notification/ans_standard/publish_test/donotdisturbmode/signature/openharmony_sx.p7b differ diff --git a/notification/ans_standard/publish_test/enablenotification/enablenotification/entry/src/main/config.json b/notification/ans_standard/publish_test/enablenotification/enablenotification/entry/src/main/config.json index b6a520d7e7d1ecda780aabc77b95fc77031dc9d2..cf8706f40e78852ba98195d24a587a790b503975 100644 --- a/notification/ans_standard/publish_test/enablenotification/enablenotification/entry/src/main/config.json +++ b/notification/ans_standard/publish_test/enablenotification/enablenotification/entry/src/main/config.json @@ -50,6 +50,10 @@ { "name":"ohos.permission.GET_BUNDLE_INFO_PRIVILEGED", "reason":"need use ohos.permission.GET_BUNDLE_INFO_PRIVILEGED" + }, + { + "name":"ohos.permission.GET_BUNDLE_INFO", + "reason":"need use ohos.permission.GET_BUNDLE_INFO" } ], "js": [ @@ -65,4 +69,4 @@ } ] } -} \ No newline at end of file +} diff --git a/notification/ans_standard/publish_test/enablenotification/enablenotification/signature/openharmony_sx.p7b b/notification/ans_standard/publish_test/enablenotification/enablenotification/signature/openharmony_sx.p7b index 3b2314db890f8e89b4e7269419e360efc1419734..cc53179a48f88f20acc379c138a001e9a15838f6 100644 Binary files a/notification/ans_standard/publish_test/enablenotification/enablenotification/signature/openharmony_sx.p7b and b/notification/ans_standard/publish_test/enablenotification/enablenotification/signature/openharmony_sx.p7b differ diff --git a/notification/ans_standard/publish_test/enablenotification/localnotificationenable/entry/src/main/config.json b/notification/ans_standard/publish_test/enablenotification/localnotificationenable/entry/src/main/config.json index 0035c7d5f2cac0ad12734131a11e302d6aa7ac44..22184838d8718ed1dadfc0407b0a1cc24b4da25d 100644 --- a/notification/ans_standard/publish_test/enablenotification/localnotificationenable/entry/src/main/config.json +++ b/notification/ans_standard/publish_test/enablenotification/localnotificationenable/entry/src/main/config.json @@ -19,6 +19,11 @@ "deviceType": [ "phone" ], + "reqPermissions": [ + { + "name": "ohos.permission.NOTIFICATION_CONTROLLER" + } + ], "distro": { "deliveryWithInstall": true, "moduleName": "entry", @@ -59,4 +64,4 @@ } ] } -} \ No newline at end of file +} diff --git a/notification/ans_standard/publish_test/enablenotification/localnotificationenable/signature/openharmony_sx.p7b b/notification/ans_standard/publish_test/enablenotification/localnotificationenable/signature/openharmony_sx.p7b index 9be1e98fa4c0c28ca997ed660112fa16b194f0f5..cc53179a48f88f20acc379c138a001e9a15838f6 100644 Binary files a/notification/ans_standard/publish_test/enablenotification/localnotificationenable/signature/openharmony_sx.p7b and b/notification/ans_standard/publish_test/enablenotification/localnotificationenable/signature/openharmony_sx.p7b differ diff --git a/notification/ans_standard/publish_test/getactive/actsansgetactive/entry/src/main/config.json b/notification/ans_standard/publish_test/getactive/actsansgetactive/entry/src/main/config.json index f45ddfca45d62b134a44eff1f003d9694bf10258..7b6e7ed8ec8627f48f40893ac060c79f97bb8bf4 100644 --- a/notification/ans_standard/publish_test/getactive/actsansgetactive/entry/src/main/config.json +++ b/notification/ans_standard/publish_test/getactive/actsansgetactive/entry/src/main/config.json @@ -19,6 +19,11 @@ "deviceType": [ "phone" ], + "reqPermissions": [ + { + "name": "ohos.permission.NOTIFICATION_CONTROLLER" + } + ], "distro": { "deliveryWithInstall": true, "moduleName": "entry", @@ -59,4 +64,4 @@ } ] } -} \ No newline at end of file +} diff --git a/notification/ans_standard/publish_test/getactive/actsansgetactive/signature/openharmony_sx.p7b b/notification/ans_standard/publish_test/getactive/actsansgetactive/signature/openharmony_sx.p7b index f06e218defa7f707e22a3890903c574e1c498217..cc53179a48f88f20acc379c138a001e9a15838f6 100644 Binary files a/notification/ans_standard/publish_test/getactive/actsansgetactive/signature/openharmony_sx.p7b and b/notification/ans_standard/publish_test/getactive/actsansgetactive/signature/openharmony_sx.p7b differ diff --git a/notification/ans_standard/publish_test/getactive/actsansgetallactive/entry/src/main/config.json b/notification/ans_standard/publish_test/getactive/actsansgetallactive/entry/src/main/config.json index 2d45e8efdfea2a6230dfa4ecf0282310364b32e3..3557f645d84a2ebd4fe04787f3b9d3f5ce0d2960 100644 --- a/notification/ans_standard/publish_test/getactive/actsansgetallactive/entry/src/main/config.json +++ b/notification/ans_standard/publish_test/getactive/actsansgetallactive/entry/src/main/config.json @@ -19,6 +19,11 @@ "deviceType": [ "phone" ], + "reqPermissions": [ + { + "name": "ohos.permission.NOTIFICATION_CONTROLLER" + } + ], "distro": { "deliveryWithInstall": true, "moduleName": "entry", @@ -59,4 +64,4 @@ } ] } -} \ No newline at end of file +} diff --git a/notification/ans_standard/publish_test/getactive/actsansgetallactive/signature/openharmony_sx.p7b b/notification/ans_standard/publish_test/getactive/actsansgetallactive/signature/openharmony_sx.p7b index 9be1e98fa4c0c28ca997ed660112fa16b194f0f5..cc53179a48f88f20acc379c138a001e9a15838f6 100644 Binary files a/notification/ans_standard/publish_test/getactive/actsansgetallactive/signature/openharmony_sx.p7b and b/notification/ans_standard/publish_test/getactive/actsansgetallactive/signature/openharmony_sx.p7b differ diff --git a/notification/ans_standard/publish_test/getactive/getactiveotherapp/entry/src/main/config.json b/notification/ans_standard/publish_test/getactive/getactiveotherapp/entry/src/main/config.json index 9613bd3a40626d64962ecb92b5cf145fee0c32d9..8aaf5a59b5516d9ec70101af425ba628d753a860 100644 --- a/notification/ans_standard/publish_test/getactive/getactiveotherapp/entry/src/main/config.json +++ b/notification/ans_standard/publish_test/getactive/getactiveotherapp/entry/src/main/config.json @@ -19,6 +19,11 @@ "deviceType": [ "phone" ], + "reqPermissions": [ + { + "name": "ohos.permission.NOTIFICATION_CONTROLLER" + } + ], "distro": { "deliveryWithInstall": true, "moduleName": "entry", diff --git a/notification/ans_standard/publish_test/getactive/getactiveotherapp/signature/openharmony_sx.p7b b/notification/ans_standard/publish_test/getactive/getactiveotherapp/signature/openharmony_sx.p7b index 9be1e98fa4c0c28ca997ed660112fa16b194f0f5..cc53179a48f88f20acc379c138a001e9a15838f6 100644 Binary files a/notification/ans_standard/publish_test/getactive/getactiveotherapp/signature/openharmony_sx.p7b and b/notification/ans_standard/publish_test/getactive/getactiveotherapp/signature/openharmony_sx.p7b differ diff --git a/notification/ans_standard/publish_test/getwantagentinfo/entry/src/main/config.json b/notification/ans_standard/publish_test/getwantagentinfo/entry/src/main/config.json index 0167dc4b496e9b38bbe845efea2c2cc6d9d9c536..7992f314b1176825bccb2bfd0de888f0d09ae53e 100644 --- a/notification/ans_standard/publish_test/getwantagentinfo/entry/src/main/config.json +++ b/notification/ans_standard/publish_test/getwantagentinfo/entry/src/main/config.json @@ -19,6 +19,11 @@ "deviceType": [ "phone" ], + "reqPermissions": [ + { + "name": "ohos.permission.NOTIFICATION_CONTROLLER" + } + ], "distro": { "deliveryWithInstall": true, "moduleName": "entry", @@ -59,4 +64,4 @@ } ] } -} \ No newline at end of file +} diff --git a/notification/ans_standard/publish_test/getwantagentinfo/signature/openharmony_sx.p7b b/notification/ans_standard/publish_test/getwantagentinfo/signature/openharmony_sx.p7b index 9be1e98fa4c0c28ca997ed660112fa16b194f0f5..cc53179a48f88f20acc379c138a001e9a15838f6 100644 Binary files a/notification/ans_standard/publish_test/getwantagentinfo/signature/openharmony_sx.p7b and b/notification/ans_standard/publish_test/getwantagentinfo/signature/openharmony_sx.p7b differ diff --git a/notification/ans_standard/publish_test/publishcontentype/publishtype/entry/src/main/config.json b/notification/ans_standard/publish_test/publishcontentype/publishtype/entry/src/main/config.json index 88d82782c5b125bd239e7d11ce056515b9011166..e76d50a542ce359a1fc4c60c52a0cc1554579b60 100644 --- a/notification/ans_standard/publish_test/publishcontentype/publishtype/entry/src/main/config.json +++ b/notification/ans_standard/publish_test/publishcontentype/publishtype/entry/src/main/config.json @@ -19,6 +19,11 @@ "deviceType": [ "phone" ], + "reqPermissions": [ + { + "name": "ohos.permission.NOTIFICATION_CONTROLLER" + } + ], "distro": { "deliveryWithInstall": true, "moduleName": "entry", diff --git a/notification/ans_standard/publish_test/publishcontentype/publishtype/signature/openharmony_sx.p7b b/notification/ans_standard/publish_test/publishcontentype/publishtype/signature/openharmony_sx.p7b index 9be1e98fa4c0c28ca997ed660112fa16b194f0f5..cc53179a48f88f20acc379c138a001e9a15838f6 100644 Binary files a/notification/ans_standard/publish_test/publishcontentype/publishtype/signature/openharmony_sx.p7b and b/notification/ans_standard/publish_test/publishcontentype/publishtype/signature/openharmony_sx.p7b differ diff --git a/notification/ans_standard/publish_test/publishcontentype/sub/entry/src/main/config.json b/notification/ans_standard/publish_test/publishcontentype/sub/entry/src/main/config.json index 3b25d7e235da20fbcf5317239ce6e1e21466fc52..ec38cdca26efa6bcc187338575b6917cf4b674f8 100644 --- a/notification/ans_standard/publish_test/publishcontentype/sub/entry/src/main/config.json +++ b/notification/ans_standard/publish_test/publishcontentype/sub/entry/src/main/config.json @@ -19,6 +19,11 @@ "deviceType": [ "phone" ], + "reqPermissions": [ + { + "name": "ohos.permission.NOTIFICATION_CONTROLLER" + } + ], "distro": { "deliveryWithInstall": true, "moduleName": "entry", diff --git a/notification/ans_standard/publish_test/publishcontentype/sub/signature/openharmony_sx.p7b b/notification/ans_standard/publish_test/publishcontentype/sub/signature/openharmony_sx.p7b index 9be1e98fa4c0c28ca997ed660112fa16b194f0f5..cc53179a48f88f20acc379c138a001e9a15838f6 100644 Binary files a/notification/ans_standard/publish_test/publishcontentype/sub/signature/openharmony_sx.p7b and b/notification/ans_standard/publish_test/publishcontentype/sub/signature/openharmony_sx.p7b differ diff --git a/notification/ans_standard/publish_test/publishsound/entry/src/main/config.json b/notification/ans_standard/publish_test/publishsound/entry/src/main/config.json index 4463e4d016a90374a84569e4add5050cc8bddf69..ee3449c8341a13082781d18a436a2ade9b3ecf84 100644 --- a/notification/ans_standard/publish_test/publishsound/entry/src/main/config.json +++ b/notification/ans_standard/publish_test/publishsound/entry/src/main/config.json @@ -19,6 +19,11 @@ "deviceType": [ "phone" ], + "reqPermissions": [ + { + "name": "ohos.permission.NOTIFICATION_CONTROLLER" + } + ], "distro": { "deliveryWithInstall": true, "moduleName": "entry", diff --git a/notification/ans_standard/publish_test/publishsound/signature/openharmony_sx.p7b b/notification/ans_standard/publish_test/publishsound/signature/openharmony_sx.p7b index 9be1e98fa4c0c28ca997ed660112fa16b194f0f5..cc53179a48f88f20acc379c138a001e9a15838f6 100755 Binary files a/notification/ans_standard/publish_test/publishsound/signature/openharmony_sx.p7b and b/notification/ans_standard/publish_test/publishsound/signature/openharmony_sx.p7b differ diff --git a/notification/ans_standard/publish_test/publishvibra/entry/src/main/config.json b/notification/ans_standard/publish_test/publishvibra/entry/src/main/config.json index d8e07ba0a5175b850653f67f55aaf4ce18f1b8c7..88f5e0461440f5d94e53ab721778575b0e65820e 100644 --- a/notification/ans_standard/publish_test/publishvibra/entry/src/main/config.json +++ b/notification/ans_standard/publish_test/publishvibra/entry/src/main/config.json @@ -19,6 +19,11 @@ "deviceType": [ "phone" ], + "reqPermissions": [ + { + "name": "ohos.permission.NOTIFICATION_CONTROLLER" + } + ], "distro": { "deliveryWithInstall": true, "moduleName": "entry", diff --git a/notification/ans_standard/publish_test/publishvibra/signature/openharmony_sx.p7b b/notification/ans_standard/publish_test/publishvibra/signature/openharmony_sx.p7b index 9be1e98fa4c0c28ca997ed660112fa16b194f0f5..cc53179a48f88f20acc379c138a001e9a15838f6 100755 Binary files a/notification/ans_standard/publish_test/publishvibra/signature/openharmony_sx.p7b and b/notification/ans_standard/publish_test/publishvibra/signature/openharmony_sx.p7b differ diff --git a/notification/ans_standard/publish_test/subscribe/publish/entry/src/main/config.json b/notification/ans_standard/publish_test/subscribe/publish/entry/src/main/config.json index afe023398aa275767538102192abb64d9acec11d..a52e556d7718c6244dd02b4e259cf2683c06e00b 100644 --- a/notification/ans_standard/publish_test/subscribe/publish/entry/src/main/config.json +++ b/notification/ans_standard/publish_test/subscribe/publish/entry/src/main/config.json @@ -19,6 +19,11 @@ "deviceType": [ "phone" ], + "reqPermissions": [ + { + "name": "ohos.permission.NOTIFICATION_CONTROLLER" + } + ], "distro": { "deliveryWithInstall": true, "moduleName": "entry", diff --git a/notification/ans_standard/publish_test/subscribe/publish/signature/openharmony_sx.p7b b/notification/ans_standard/publish_test/subscribe/publish/signature/openharmony_sx.p7b index 9be1e98fa4c0c28ca997ed660112fa16b194f0f5..cc53179a48f88f20acc379c138a001e9a15838f6 100644 Binary files a/notification/ans_standard/publish_test/subscribe/publish/signature/openharmony_sx.p7b and b/notification/ans_standard/publish_test/subscribe/publish/signature/openharmony_sx.p7b differ diff --git a/notification/ans_standard/publish_test/subscribe/subscribe/entry/src/main/config.json b/notification/ans_standard/publish_test/subscribe/subscribe/entry/src/main/config.json index 6858279d5620906dd15fe3c08086c89b9927fce9..08d3a1d0c3682a1fdb7fd1f63c0bc0155d0b396e 100644 --- a/notification/ans_standard/publish_test/subscribe/subscribe/entry/src/main/config.json +++ b/notification/ans_standard/publish_test/subscribe/subscribe/entry/src/main/config.json @@ -19,6 +19,11 @@ "deviceType": [ "phone" ], + "reqPermissions": [ + { + "name": "ohos.permission.NOTIFICATION_CONTROLLER" + } + ], "distro": { "deliveryWithInstall": true, "moduleName": "entry", diff --git a/notification/ans_standard/publish_test/subscribe/subscribe/signature/openharmony_sx.p7b b/notification/ans_standard/publish_test/subscribe/subscribe/signature/openharmony_sx.p7b index 9be1e98fa4c0c28ca997ed660112fa16b194f0f5..cc53179a48f88f20acc379c138a001e9a15838f6 100644 Binary files a/notification/ans_standard/publish_test/subscribe/subscribe/signature/openharmony_sx.p7b and b/notification/ans_standard/publish_test/subscribe/subscribe/signature/openharmony_sx.p7b differ diff --git a/notification/ans_standard/publish_test/unsubscribe/entry/src/main/config.json b/notification/ans_standard/publish_test/unsubscribe/entry/src/main/config.json index ce6fdc085456c7b5313c3618e0c08512ca9bbe21..e35f949ba8504434984b213112304af286ea4332 100644 --- a/notification/ans_standard/publish_test/unsubscribe/entry/src/main/config.json +++ b/notification/ans_standard/publish_test/unsubscribe/entry/src/main/config.json @@ -19,6 +19,11 @@ "deviceType": [ "phone" ], + "reqPermissions": [ + { + "name": "ohos.permission.NOTIFICATION_CONTROLLER" + } + ], "distro": { "deliveryWithInstall": true, "moduleName": "entry", diff --git a/notification/ans_standard/publish_test/unsubscribe/signature/openharmony_sx.p7b b/notification/ans_standard/publish_test/unsubscribe/signature/openharmony_sx.p7b index 9be1e98fa4c0c28ca997ed660112fa16b194f0f5..cc53179a48f88f20acc379c138a001e9a15838f6 100644 Binary files a/notification/ans_standard/publish_test/unsubscribe/signature/openharmony_sx.p7b and b/notification/ans_standard/publish_test/unsubscribe/signature/openharmony_sx.p7b differ diff --git a/notification/ans_standard/publish_test/wantagent/test1/entry/src/main/config.json b/notification/ans_standard/publish_test/wantagent/test1/entry/src/main/config.json index 549c0f4cb05dabed816e8e49598db8aa9e36b1d2..e9b2b49e06ee0c891cf2c56a4419cf6fc6aee1f8 100644 --- a/notification/ans_standard/publish_test/wantagent/test1/entry/src/main/config.json +++ b/notification/ans_standard/publish_test/wantagent/test1/entry/src/main/config.json @@ -19,6 +19,11 @@ "deviceType": [ "phone" ], + "reqPermissions": [ + { + "name": "ohos.permission.NOTIFICATION_CONTROLLER" + } + ], "distro": { "deliveryWithInstall": true, "moduleName": "entry", diff --git a/notification/ans_standard/publish_test/wantagent/test1/signature/openharmony_sx.p7b b/notification/ans_standard/publish_test/wantagent/test1/signature/openharmony_sx.p7b index 9be1e98fa4c0c28ca997ed660112fa16b194f0f5..cc53179a48f88f20acc379c138a001e9a15838f6 100644 Binary files a/notification/ans_standard/publish_test/wantagent/test1/signature/openharmony_sx.p7b and b/notification/ans_standard/publish_test/wantagent/test1/signature/openharmony_sx.p7b differ diff --git a/notification/ans_standard/publish_test/wantagent/test2/entry/src/main/config.json b/notification/ans_standard/publish_test/wantagent/test2/entry/src/main/config.json index 19ee00a533e109cb9be7329fc674420604a4cbd4..683a199bb7b5b56a1b35a46430b66d831b6fd54a 100644 --- a/notification/ans_standard/publish_test/wantagent/test2/entry/src/main/config.json +++ b/notification/ans_standard/publish_test/wantagent/test2/entry/src/main/config.json @@ -19,6 +19,11 @@ "deviceType": [ "phone" ], + "reqPermissions": [ + { + "name": "ohos.permission.NOTIFICATION_CONTROLLER" + } + ], "distro": { "deliveryWithInstall": true, "moduleName": "entry", diff --git a/notification/ans_standard/publish_test/wantagent/test2/signature/openharmony_sx.p7b b/notification/ans_standard/publish_test/wantagent/test2/signature/openharmony_sx.p7b index 9be1e98fa4c0c28ca997ed660112fa16b194f0f5..cc53179a48f88f20acc379c138a001e9a15838f6 100644 Binary files a/notification/ans_standard/publish_test/wantagent/test2/signature/openharmony_sx.p7b and b/notification/ans_standard/publish_test/wantagent/test2/signature/openharmony_sx.p7b differ diff --git a/notification/ans_standard/publish_test/wantagent/wantagent1/entry/src/main/config.json b/notification/ans_standard/publish_test/wantagent/wantagent1/entry/src/main/config.json index 0bc9116f896028c02ece2833fd798a554e79911b..77faf1bee1ec714598b3d1c9df51430a7b82ee8b 100644 --- a/notification/ans_standard/publish_test/wantagent/wantagent1/entry/src/main/config.json +++ b/notification/ans_standard/publish_test/wantagent/wantagent1/entry/src/main/config.json @@ -19,6 +19,11 @@ "deviceType": [ "phone" ], + "reqPermissions": [ + { + "name": "ohos.permission.NOTIFICATION_CONTROLLER" + } + ], "distro": { "deliveryWithInstall": true, "moduleName": "entry", diff --git a/notification/ans_standard/publish_test/wantagent/wantagent1/signature/openharmony_sx.p7b b/notification/ans_standard/publish_test/wantagent/wantagent1/signature/openharmony_sx.p7b index 9be1e98fa4c0c28ca997ed660112fa16b194f0f5..cc53179a48f88f20acc379c138a001e9a15838f6 100644 Binary files a/notification/ans_standard/publish_test/wantagent/wantagent1/signature/openharmony_sx.p7b and b/notification/ans_standard/publish_test/wantagent/wantagent1/signature/openharmony_sx.p7b differ diff --git a/notification/ans_standard/publish_test/wantagent/wantagent1promise/entry/src/main/config.json b/notification/ans_standard/publish_test/wantagent/wantagent1promise/entry/src/main/config.json index bf2137a098f0f8eda0017cb54c1c05d89a5f96d1..ba5556bc704e2cdac5999c458398a0cbfb32bed9 100644 --- a/notification/ans_standard/publish_test/wantagent/wantagent1promise/entry/src/main/config.json +++ b/notification/ans_standard/publish_test/wantagent/wantagent1promise/entry/src/main/config.json @@ -19,6 +19,11 @@ "deviceType": [ "phone" ], + "reqPermissions": [ + { + "name": "ohos.permission.NOTIFICATION_CONTROLLER" + } + ], "distro": { "deliveryWithInstall": true, "moduleName": "entry", diff --git a/notification/ans_standard/publish_test/wantagent/wantagent1promise/signature/openharmony_sx.p7b b/notification/ans_standard/publish_test/wantagent/wantagent1promise/signature/openharmony_sx.p7b index 9be1e98fa4c0c28ca997ed660112fa16b194f0f5..cc53179a48f88f20acc379c138a001e9a15838f6 100644 Binary files a/notification/ans_standard/publish_test/wantagent/wantagent1promise/signature/openharmony_sx.p7b and b/notification/ans_standard/publish_test/wantagent/wantagent1promise/signature/openharmony_sx.p7b differ diff --git a/notification/ans_standard/publish_test/wantagent/wantagent2/entry/src/main/config.json b/notification/ans_standard/publish_test/wantagent/wantagent2/entry/src/main/config.json index 495e61db569c6bbe79741c13de5580222e654ae9..3a73b03b1752721b4de6c90e5720eb8fb6f56ad9 100644 --- a/notification/ans_standard/publish_test/wantagent/wantagent2/entry/src/main/config.json +++ b/notification/ans_standard/publish_test/wantagent/wantagent2/entry/src/main/config.json @@ -19,6 +19,11 @@ "deviceType": [ "phone" ], + "reqPermissions": [ + { + "name": "ohos.permission.NOTIFICATION_CONTROLLER" + } + ], "distro": { "deliveryWithInstall": true, "moduleName": "entry", diff --git a/notification/ans_standard/publish_test/wantagent/wantagent2/signature/openharmony_sx.p7b b/notification/ans_standard/publish_test/wantagent/wantagent2/signature/openharmony_sx.p7b index 9be1e98fa4c0c28ca997ed660112fa16b194f0f5..cc53179a48f88f20acc379c138a001e9a15838f6 100644 Binary files a/notification/ans_standard/publish_test/wantagent/wantagent2/signature/openharmony_sx.p7b and b/notification/ans_standard/publish_test/wantagent/wantagent2/signature/openharmony_sx.p7b differ diff --git a/notification/ans_standard/publish_test/wantagent/wantagent2promise/entry/src/main/config.json b/notification/ans_standard/publish_test/wantagent/wantagent2promise/entry/src/main/config.json index d567afb1bcb3d5fe666cf87f1c7a365c82752e17..bb633608a9119cb277aee0cb821b169df7ee74fa 100644 --- a/notification/ans_standard/publish_test/wantagent/wantagent2promise/entry/src/main/config.json +++ b/notification/ans_standard/publish_test/wantagent/wantagent2promise/entry/src/main/config.json @@ -19,6 +19,11 @@ "deviceType": [ "phone" ], + "reqPermissions": [ + { + "name": "ohos.permission.NOTIFICATION_CONTROLLER" + } + ], "distro": { "deliveryWithInstall": true, "moduleName": "entry", diff --git a/notification/ans_standard/publish_test/wantagent/wantagent2promise/signature/openharmony_sx.p7b b/notification/ans_standard/publish_test/wantagent/wantagent2promise/signature/openharmony_sx.p7b index 9be1e98fa4c0c28ca997ed660112fa16b194f0f5..cc53179a48f88f20acc379c138a001e9a15838f6 100644 Binary files a/notification/ans_standard/publish_test/wantagent/wantagent2promise/signature/openharmony_sx.p7b and b/notification/ans_standard/publish_test/wantagent/wantagent2promise/signature/openharmony_sx.p7b differ diff --git a/notification/ans_standard/publish_test/wantagent/wantagent3/entry/src/main/config.json b/notification/ans_standard/publish_test/wantagent/wantagent3/entry/src/main/config.json index 568f0efe591772fe4d113dc3e5a172bea050c991..29eefcec2e6a9bc4c0c2f0a4648922eaaa37e37b 100644 --- a/notification/ans_standard/publish_test/wantagent/wantagent3/entry/src/main/config.json +++ b/notification/ans_standard/publish_test/wantagent/wantagent3/entry/src/main/config.json @@ -19,6 +19,11 @@ "deviceType": [ "phone" ], + "reqPermissions": [ + { + "name": "ohos.permission.NOTIFICATION_CONTROLLER" + } + ], "distro": { "deliveryWithInstall": true, "moduleName": "entry", diff --git a/notification/ans_standard/publish_test/wantagent/wantagent3/signature/openharmony_sx.p7b b/notification/ans_standard/publish_test/wantagent/wantagent3/signature/openharmony_sx.p7b index 9be1e98fa4c0c28ca997ed660112fa16b194f0f5..cc53179a48f88f20acc379c138a001e9a15838f6 100644 Binary files a/notification/ans_standard/publish_test/wantagent/wantagent3/signature/openharmony_sx.p7b and b/notification/ans_standard/publish_test/wantagent/wantagent3/signature/openharmony_sx.p7b differ diff --git a/notification/ans_standard/publish_test/wantagent/wantagent3promise/entry/src/main/config.json b/notification/ans_standard/publish_test/wantagent/wantagent3promise/entry/src/main/config.json index 05f2ad7fea31ec858e9e9efb34ee9169e328e7ec..394ed2df54d9252f83799a903c557a1c4765b527 100644 --- a/notification/ans_standard/publish_test/wantagent/wantagent3promise/entry/src/main/config.json +++ b/notification/ans_standard/publish_test/wantagent/wantagent3promise/entry/src/main/config.json @@ -19,6 +19,11 @@ "deviceType": [ "phone" ], + "reqPermissions": [ + { + "name": "ohos.permission.NOTIFICATION_CONTROLLER" + } + ], "distro": { "deliveryWithInstall": true, "moduleName": "entry", diff --git a/notification/ans_standard/publish_test/wantagent/wantagent3promise/signature/openharmony_sx.p7b b/notification/ans_standard/publish_test/wantagent/wantagent3promise/signature/openharmony_sx.p7b index 9be1e98fa4c0c28ca997ed660112fa16b194f0f5..cc53179a48f88f20acc379c138a001e9a15838f6 100644 Binary files a/notification/ans_standard/publish_test/wantagent/wantagent3promise/signature/openharmony_sx.p7b and b/notification/ans_standard/publish_test/wantagent/wantagent3promise/signature/openharmony_sx.p7b differ diff --git a/notification/ans_standard/publish_test/wantagent/wantagent4/entry/src/main/config.json b/notification/ans_standard/publish_test/wantagent/wantagent4/entry/src/main/config.json index 92efc19adbae86360e56e6847fd6f35c61139427..d3a8f4b78dd88479cc0c8119159b7313ba55fd05 100644 --- a/notification/ans_standard/publish_test/wantagent/wantagent4/entry/src/main/config.json +++ b/notification/ans_standard/publish_test/wantagent/wantagent4/entry/src/main/config.json @@ -19,6 +19,11 @@ "deviceType": [ "phone" ], + "reqPermissions": [ + { + "name": "ohos.permission.NOTIFICATION_CONTROLLER" + } + ], "distro": { "deliveryWithInstall": true, "moduleName": "entry", diff --git a/notification/ans_standard/publish_test/wantagent/wantagent4/signature/openharmony_sx.p7b b/notification/ans_standard/publish_test/wantagent/wantagent4/signature/openharmony_sx.p7b index 9be1e98fa4c0c28ca997ed660112fa16b194f0f5..cc53179a48f88f20acc379c138a001e9a15838f6 100644 Binary files a/notification/ans_standard/publish_test/wantagent/wantagent4/signature/openharmony_sx.p7b and b/notification/ans_standard/publish_test/wantagent/wantagent4/signature/openharmony_sx.p7b differ diff --git a/notification/ans_standard/publish_test/wantagent/wantagent4promise/entry/src/main/config.json b/notification/ans_standard/publish_test/wantagent/wantagent4promise/entry/src/main/config.json index 73c5c708ed5aa4e5a7587fb2647ac52ff627e6b8..442e8d5ee20a209f4018eb216480ab9ee948d00d 100644 --- a/notification/ans_standard/publish_test/wantagent/wantagent4promise/entry/src/main/config.json +++ b/notification/ans_standard/publish_test/wantagent/wantagent4promise/entry/src/main/config.json @@ -19,6 +19,11 @@ "deviceType": [ "phone" ], + "reqPermissions": [ + { + "name": "ohos.permission.NOTIFICATION_CONTROLLER" + } + ], "distro": { "deliveryWithInstall": true, "moduleName": "entry", diff --git a/notification/ans_standard/publish_test/wantagent/wantagent4promise/signature/openharmony_sx.p7b b/notification/ans_standard/publish_test/wantagent/wantagent4promise/signature/openharmony_sx.p7b index 9be1e98fa4c0c28ca997ed660112fa16b194f0f5..cc53179a48f88f20acc379c138a001e9a15838f6 100644 Binary files a/notification/ans_standard/publish_test/wantagent/wantagent4promise/signature/openharmony_sx.p7b and b/notification/ans_standard/publish_test/wantagent/wantagent4promise/signature/openharmony_sx.p7b differ diff --git a/notification/ans_standard/publish_test/wantagent/wantagent5/entry/src/main/config.json b/notification/ans_standard/publish_test/wantagent/wantagent5/entry/src/main/config.json index 77596bd01e10db7dc6a9644bd87960699cc2aeee..a8a3bb5b6a71c02d7eefdf788a0aef76c0caf312 100644 --- a/notification/ans_standard/publish_test/wantagent/wantagent5/entry/src/main/config.json +++ b/notification/ans_standard/publish_test/wantagent/wantagent5/entry/src/main/config.json @@ -19,6 +19,11 @@ "deviceType": [ "phone" ], + "reqPermissions": [ + { + "name": "ohos.permission.NOTIFICATION_CONTROLLER" + } + ], "distro": { "deliveryWithInstall": true, "moduleName": "entry", diff --git a/notification/ans_standard/publish_test/wantagent/wantagent5/signature/openharmony_sx.p7b b/notification/ans_standard/publish_test/wantagent/wantagent5/signature/openharmony_sx.p7b index 9be1e98fa4c0c28ca997ed660112fa16b194f0f5..cc53179a48f88f20acc379c138a001e9a15838f6 100644 Binary files a/notification/ans_standard/publish_test/wantagent/wantagent5/signature/openharmony_sx.p7b and b/notification/ans_standard/publish_test/wantagent/wantagent5/signature/openharmony_sx.p7b differ diff --git a/notification/ans_standard/publish_test/wantagent/wantagent5promise/entry/src/main/config.json b/notification/ans_standard/publish_test/wantagent/wantagent5promise/entry/src/main/config.json index 3cdc24a49e72c7003a9ae49e806756dfb117fe70..8b9e1e1874054900bf0b3ff9a1ba71532c63d981 100644 --- a/notification/ans_standard/publish_test/wantagent/wantagent5promise/entry/src/main/config.json +++ b/notification/ans_standard/publish_test/wantagent/wantagent5promise/entry/src/main/config.json @@ -19,6 +19,11 @@ "deviceType": [ "phone" ], + "reqPermissions": [ + { + "name": "ohos.permission.NOTIFICATION_CONTROLLER" + } + ], "distro": { "deliveryWithInstall": true, "moduleName": "entry", diff --git a/notification/ans_standard/publish_test/wantagent/wantagent5promise/signature/openharmony_sx.p7b b/notification/ans_standard/publish_test/wantagent/wantagent5promise/signature/openharmony_sx.p7b index 9be1e98fa4c0c28ca997ed660112fa16b194f0f5..cc53179a48f88f20acc379c138a001e9a15838f6 100644 Binary files a/notification/ans_standard/publish_test/wantagent/wantagent5promise/signature/openharmony_sx.p7b and b/notification/ans_standard/publish_test/wantagent/wantagent5promise/signature/openharmony_sx.p7b differ