diff --git a/telephony/telephonyjstest/call_manager/call_manager_ims2_call/entry/src/main/config.json b/telephony/telephonyjstest/call_manager/call_manager_ims2_call/entry/src/main/config.json index 7cb5a2b6ffa4681fdffbd05f7569e9bf4c630b04..4f0547a2eadaf8bdc5f7192cd5ec9ebee857aae3 100644 --- a/telephony/telephonyjstest/call_manager/call_manager_ims2_call/entry/src/main/config.json +++ b/telephony/telephonyjstest/call_manager/call_manager_ims2_call/entry/src/main/config.json @@ -45,6 +45,52 @@ "launchType": "standard" } ], + "reqPermissions": [ + { + "name": "ohos.permission.LOCATION", + "reason": "need use ohos.permission.LOCATION" + }, + { + "name":"ohos.permission.SET_TELEPHONY_STATE", + "reason":"need use ohos.permission.SET_TELEPHONY_STATE" + }, + { + "name":"ohos.permission.GET_TELEPHONY_STATE", + "reason":"need use ohos.permission.GET_TELEPHONY_STATE" + }, + { + "name":"ohos.permission.PLACE_CALL", + "reason":"need use ohos.permission.PLACE_CALL" + }, + { + "name":"ohos.permission.READ_CONTACTS", + "reason":"need use ohos.permission.READ_CONTACTS" + }, + { + "name":"ohos.permission.WRITE_CONTACTS", + "reason":"need use ohos.permission.WRITE_CONTACTS" + }, + { + "name":"ohos.permission.SEND_MESSAGES", + "reason":"need use ohos.permission.SEND_MESSAGES" + }, + { + "name":"ohos.permission.RECEIVE_SMS", + "reason":"need use ohos.permission.RECEIVE_SMS" + }, + { + "name":"ohos.permission.READ_CALL_LOG", + "reason":"need use ohos.permission.READ_CALL_LOG" + }, + { + "name":"ohos.permission.GET_NETWORK_INFO", + "reason":"need use ohos.permission.GET_NETWORK_INFO" + }, + { + "name":"ohos.permission.INTERNET", + "reason":"need use ohos.permission.INTERNET" + } + ], "js": [ { "pages": [ diff --git a/telephony/telephonyjstest/call_manager/call_manager_ims2_call/entry/src/main/js/test/CallManageAll.test.js b/telephony/telephonyjstest/call_manager/call_manager_ims2_call/entry/src/main/js/test/CallManageAll.test.js index 1a799018c9dad3a44331e03a23c7098d121428e9..a64d2c04a86a8a184b7998f57813bbed43e4071c 100644 --- a/telephony/telephonyjstest/call_manager/call_manager_ims2_call/entry/src/main/js/test/CallManageAll.test.js +++ b/telephony/telephonyjstest/call_manager/call_manager_ims2_call/entry/src/main/js/test/CallManageAll.test.js @@ -130,8 +130,6 @@ var timing = 0; var endTime = 0; describe('CallManageImsCall', function () { beforeAll(async function (done) { - callDetailsChangeOn(); - observer.on('callStateChange', function (error, data) {}); observer.on('callStateChange', {slotId: DEFAULT_SLOT_ID}, function (error, data) {}); try { await call.enableImsSwitch(DEFAULT_SLOT_ID); diff --git a/telephony/telephonyjstest/call_manager/call_manager_ims2_call/signature/openharmony_sx.p7b b/telephony/telephonyjstest/call_manager/call_manager_ims2_call/signature/openharmony_sx.p7b index e22022ce6c30b7011463824ebaf05ea9d91753f2..66b4457a8a81fb8d3356cf46d67226c850944858 100644 Binary files a/telephony/telephonyjstest/call_manager/call_manager_ims2_call/signature/openharmony_sx.p7b and b/telephony/telephonyjstest/call_manager/call_manager_ims2_call/signature/openharmony_sx.p7b differ diff --git a/telephony/telephonyjstest/cellular_data/cellular_data_abnormal/entry/src/main/config.json b/telephony/telephonyjstest/cellular_data/cellular_data_abnormal/entry/src/main/config.json index 6707fd3baef194afe1394d4c78e0f625aa19af33..3689150af7e819b9ac325d2158c5268cfc438512 100644 --- a/telephony/telephonyjstest/cellular_data/cellular_data_abnormal/entry/src/main/config.json +++ b/telephony/telephonyjstest/cellular_data/cellular_data_abnormal/entry/src/main/config.json @@ -45,6 +45,52 @@ "launchType": "standard" } ], + "reqPermissions": [ + { + "name": "ohos.permission.LOCATION", + "reason": "need use ohos.permission.LOCATION" + }, + { + "name":"ohos.permission.SET_TELEPHONY_STATE", + "reason":"need use ohos.permission.SET_TELEPHONY_STATE" + }, + { + "name":"ohos.permission.GET_TELEPHONY_STATE", + "reason":"need use ohos.permission.GET_TELEPHONY_STATE" + }, + { + "name":"ohos.permission.PLACE_CALL", + "reason":"need use ohos.permission.PLACE_CALL" + }, + { + "name":"ohos.permission.READ_CONTACTS", + "reason":"need use ohos.permission.READ_CONTACTS" + }, + { + "name":"ohos.permission.WRITE_CONTACTS", + "reason":"need use ohos.permission.WRITE_CONTACTS" + }, + { + "name":"ohos.permission.SEND_MESSAGES", + "reason":"need use ohos.permission.SEND_MESSAGES" + }, + { + "name":"ohos.permission.RECEIVE_SMS", + "reason":"need use ohos.permission.RECEIVE_SMS" + }, + { + "name":"ohos.permission.READ_CALL_LOG", + "reason":"need use ohos.permission.READ_CALL_LOG" + }, + { + "name":"ohos.permission.GET_NETWORK_INFO", + "reason":"need use ohos.permission.GET_NETWORK_INFO" + }, + { + "name":"ohos.permission.INTERNET", + "reason":"need use ohos.permission.INTERNET" + } + ], "js": [ { "pages": [ diff --git a/telephony/telephonyjstest/cellular_data/cellular_data_abnormal/signature/openharmony_sx.p7b b/telephony/telephonyjstest/cellular_data/cellular_data_abnormal/signature/openharmony_sx.p7b index bf9f0ca52a451cc28c927ed38746f950e0053a23..66b4457a8a81fb8d3356cf46d67226c850944858 100644 Binary files a/telephony/telephonyjstest/cellular_data/cellular_data_abnormal/signature/openharmony_sx.p7b and b/telephony/telephonyjstest/cellular_data/cellular_data_abnormal/signature/openharmony_sx.p7b differ diff --git a/telephony/telephonyjstest/contact_function/entry/src/main/config.json b/telephony/telephonyjstest/contact_function/entry/src/main/config.json index a3efcbc97582ca06a09b37baccf8a39c27a7b7ff..fd7b989537afb9259ed8b7e1fea5a903807d7da6 100644 --- a/telephony/telephonyjstest/contact_function/entry/src/main/config.json +++ b/telephony/telephonyjstest/contact_function/entry/src/main/config.json @@ -52,6 +52,52 @@ "launchType": "standard" } ], + "reqPermissions": [ + { + "name": "ohos.permission.LOCATION", + "reason": "need use ohos.permission.LOCATION" + }, + { + "name":"ohos.permission.SET_TELEPHONY_STATE", + "reason":"need use ohos.permission.SET_TELEPHONY_STATE" + }, + { + "name":"ohos.permission.GET_TELEPHONY_STATE", + "reason":"need use ohos.permission.GET_TELEPHONY_STATE" + }, + { + "name":"ohos.permission.PLACE_CALL", + "reason":"need use ohos.permission.PLACE_CALL" + }, + { + "name":"ohos.permission.READ_CONTACTS", + "reason":"need use ohos.permission.READ_CONTACTS" + }, + { + "name":"ohos.permission.WRITE_CONTACTS", + "reason":"need use ohos.permission.WRITE_CONTACTS" + }, + { + "name":"ohos.permission.SEND_MESSAGES", + "reason":"need use ohos.permission.SEND_MESSAGES" + }, + { + "name":"ohos.permission.RECEIVE_SMS", + "reason":"need use ohos.permission.RECEIVE_SMS" + }, + { + "name":"ohos.permission.READ_CALL_LOG", + "reason":"need use ohos.permission.READ_CALL_LOG" + }, + { + "name":"ohos.permission.GET_NETWORK_INFO", + "reason":"need use ohos.permission.GET_NETWORK_INFO" + }, + { + "name":"ohos.permission.INTERNET", + "reason":"need use ohos.permission.INTERNET" + } + ], "js": [ { "mode": { diff --git a/telephony/telephonyjstest/contact_function/signature/openharmony_sx.p7b b/telephony/telephonyjstest/contact_function/signature/openharmony_sx.p7b index 9be1e98fa4c0c28ca997ed660112fa16b194f0f5..66b4457a8a81fb8d3356cf46d67226c850944858 100644 Binary files a/telephony/telephonyjstest/contact_function/signature/openharmony_sx.p7b and b/telephony/telephonyjstest/contact_function/signature/openharmony_sx.p7b differ diff --git a/telephony/telephonyjstest/contact_function_merge/entry/src/main/config.json b/telephony/telephonyjstest/contact_function_merge/entry/src/main/config.json index 7491de1be85322b4725b0bc3b8bb4afba6d5c184..0e0390baa552d723272d3bebb82d09703ede3428 100644 --- a/telephony/telephonyjstest/contact_function_merge/entry/src/main/config.json +++ b/telephony/telephonyjstest/contact_function_merge/entry/src/main/config.json @@ -52,6 +52,52 @@ "launchType": "standard" } ], + "reqPermissions": [ + { + "name": "ohos.permission.LOCATION", + "reason": "need use ohos.permission.LOCATION" + }, + { + "name":"ohos.permission.SET_TELEPHONY_STATE", + "reason":"need use ohos.permission.SET_TELEPHONY_STATE" + }, + { + "name":"ohos.permission.GET_TELEPHONY_STATE", + "reason":"need use ohos.permission.GET_TELEPHONY_STATE" + }, + { + "name":"ohos.permission.PLACE_CALL", + "reason":"need use ohos.permission.PLACE_CALL" + }, + { + "name":"ohos.permission.READ_CONTACTS", + "reason":"need use ohos.permission.READ_CONTACTS" + }, + { + "name":"ohos.permission.WRITE_CONTACTS", + "reason":"need use ohos.permission.WRITE_CONTACTS" + }, + { + "name":"ohos.permission.SEND_MESSAGES", + "reason":"need use ohos.permission.SEND_MESSAGES" + }, + { + "name":"ohos.permission.RECEIVE_SMS", + "reason":"need use ohos.permission.RECEIVE_SMS" + }, + { + "name":"ohos.permission.READ_CALL_LOG", + "reason":"need use ohos.permission.READ_CALL_LOG" + }, + { + "name":"ohos.permission.GET_NETWORK_INFO", + "reason":"need use ohos.permission.GET_NETWORK_INFO" + }, + { + "name":"ohos.permission.INTERNET", + "reason":"need use ohos.permission.INTERNET" + } + ], "js": [ { "mode": { diff --git a/telephony/telephonyjstest/contact_function_merge/signature/openharmony_sx.p7b b/telephony/telephonyjstest/contact_function_merge/signature/openharmony_sx.p7b index 9be1e98fa4c0c28ca997ed660112fa16b194f0f5..66b4457a8a81fb8d3356cf46d67226c850944858 100644 Binary files a/telephony/telephonyjstest/contact_function_merge/signature/openharmony_sx.p7b and b/telephony/telephonyjstest/contact_function_merge/signature/openharmony_sx.p7b differ diff --git a/telephony/telephonyjstest/contact_performance/entry/src/main/config.json b/telephony/telephonyjstest/contact_performance/entry/src/main/config.json index a8d0ec05ec541af723d25df1301f2ce600933421..60e881d938b559ac8edc69e4a3dfba8be4a7d341 100644 --- a/telephony/telephonyjstest/contact_performance/entry/src/main/config.json +++ b/telephony/telephonyjstest/contact_performance/entry/src/main/config.json @@ -52,6 +52,52 @@ "launchType": "standard" } ], + "reqPermissions": [ + { + "name": "ohos.permission.LOCATION", + "reason": "need use ohos.permission.LOCATION" + }, + { + "name":"ohos.permission.SET_TELEPHONY_STATE", + "reason":"need use ohos.permission.SET_TELEPHONY_STATE" + }, + { + "name":"ohos.permission.GET_TELEPHONY_STATE", + "reason":"need use ohos.permission.GET_TELEPHONY_STATE" + }, + { + "name":"ohos.permission.PLACE_CALL", + "reason":"need use ohos.permission.PLACE_CALL" + }, + { + "name":"ohos.permission.READ_CONTACTS", + "reason":"need use ohos.permission.READ_CONTACTS" + }, + { + "name":"ohos.permission.WRITE_CONTACTS", + "reason":"need use ohos.permission.WRITE_CONTACTS" + }, + { + "name":"ohos.permission.SEND_MESSAGES", + "reason":"need use ohos.permission.SEND_MESSAGES" + }, + { + "name":"ohos.permission.RECEIVE_SMS", + "reason":"need use ohos.permission.RECEIVE_SMS" + }, + { + "name":"ohos.permission.READ_CALL_LOG", + "reason":"need use ohos.permission.READ_CALL_LOG" + }, + { + "name":"ohos.permission.GET_NETWORK_INFO", + "reason":"need use ohos.permission.GET_NETWORK_INFO" + }, + { + "name":"ohos.permission.INTERNET", + "reason":"need use ohos.permission.INTERNET" + } + ], "js": [ { "mode": { diff --git a/telephony/telephonyjstest/contact_performance/signature/openharmony_sx.p7b b/telephony/telephonyjstest/contact_performance/signature/openharmony_sx.p7b index 9be1e98fa4c0c28ca997ed660112fa16b194f0f5..66b4457a8a81fb8d3356cf46d67226c850944858 100644 Binary files a/telephony/telephonyjstest/contact_performance/signature/openharmony_sx.p7b and b/telephony/telephonyjstest/contact_performance/signature/openharmony_sx.p7b differ diff --git a/telephony/telephonyjstest/contact_stability/entry/src/main/config.json b/telephony/telephonyjstest/contact_stability/entry/src/main/config.json index 5aebc14516f11b4fbd5c36999a96cd03e618b0a5..724a92c1ec7ae5b33addf15600b5d04a5351d8f7 100644 --- a/telephony/telephonyjstest/contact_stability/entry/src/main/config.json +++ b/telephony/telephonyjstest/contact_stability/entry/src/main/config.json @@ -52,6 +52,52 @@ "launchType": "standard" } ], + "reqPermissions": [ + { + "name": "ohos.permission.LOCATION", + "reason": "need use ohos.permission.LOCATION" + }, + { + "name":"ohos.permission.SET_TELEPHONY_STATE", + "reason":"need use ohos.permission.SET_TELEPHONY_STATE" + }, + { + "name":"ohos.permission.GET_TELEPHONY_STATE", + "reason":"need use ohos.permission.GET_TELEPHONY_STATE" + }, + { + "name":"ohos.permission.PLACE_CALL", + "reason":"need use ohos.permission.PLACE_CALL" + }, + { + "name":"ohos.permission.READ_CONTACTS", + "reason":"need use ohos.permission.READ_CONTACTS" + }, + { + "name":"ohos.permission.WRITE_CONTACTS", + "reason":"need use ohos.permission.WRITE_CONTACTS" + }, + { + "name":"ohos.permission.SEND_MESSAGES", + "reason":"need use ohos.permission.SEND_MESSAGES" + }, + { + "name":"ohos.permission.RECEIVE_SMS", + "reason":"need use ohos.permission.RECEIVE_SMS" + }, + { + "name":"ohos.permission.READ_CALL_LOG", + "reason":"need use ohos.permission.READ_CALL_LOG" + }, + { + "name":"ohos.permission.GET_NETWORK_INFO", + "reason":"need use ohos.permission.GET_NETWORK_INFO" + }, + { + "name":"ohos.permission.INTERNET", + "reason":"need use ohos.permission.INTERNET" + } + ], "js": [ { "mode": { diff --git a/telephony/telephonyjstest/contact_stability/signature/openharmony_sx.p7b b/telephony/telephonyjstest/contact_stability/signature/openharmony_sx.p7b index 9be1e98fa4c0c28ca997ed660112fa16b194f0f5..66b4457a8a81fb8d3356cf46d67226c850944858 100644 Binary files a/telephony/telephonyjstest/contact_stability/signature/openharmony_sx.p7b and b/telephony/telephonyjstest/contact_stability/signature/openharmony_sx.p7b differ diff --git a/telephony/telephonyjstest/netmanager_http/entry/src/main/config.json b/telephony/telephonyjstest/netmanager_http/entry/src/main/config.json index aca07cdb71d88d23b828586af3095478847e5697..295ac996e7daf3a571f51fbd416d04c9b72fe206 100644 --- a/telephony/telephonyjstest/netmanager_http/entry/src/main/config.json +++ b/telephony/telephonyjstest/netmanager_http/entry/src/main/config.json @@ -52,6 +52,52 @@ "launchType": "standard" } ], + "reqPermissions": [ + { + "name": "ohos.permission.LOCATION", + "reason": "need use ohos.permission.LOCATION" + }, + { + "name":"ohos.permission.SET_TELEPHONY_STATE", + "reason":"need use ohos.permission.SET_TELEPHONY_STATE" + }, + { + "name":"ohos.permission.GET_TELEPHONY_STATE", + "reason":"need use ohos.permission.GET_TELEPHONY_STATE" + }, + { + "name":"ohos.permission.PLACE_CALL", + "reason":"need use ohos.permission.PLACE_CALL" + }, + { + "name":"ohos.permission.READ_CONTACTS", + "reason":"need use ohos.permission.READ_CONTACTS" + }, + { + "name":"ohos.permission.WRITE_CONTACTS", + "reason":"need use ohos.permission.WRITE_CONTACTS" + }, + { + "name":"ohos.permission.SEND_MESSAGES", + "reason":"need use ohos.permission.SEND_MESSAGES" + }, + { + "name":"ohos.permission.RECEIVE_SMS", + "reason":"need use ohos.permission.RECEIVE_SMS" + }, + { + "name":"ohos.permission.READ_CALL_LOG", + "reason":"need use ohos.permission.READ_CALL_LOG" + }, + { + "name":"ohos.permission.GET_NETWORK_INFO", + "reason":"need use ohos.permission.GET_NETWORK_INFO" + }, + { + "name":"ohos.permission.INTERNET", + "reason":"need use ohos.permission.INTERNET" + } + ], "js": [ { "mode": { diff --git a/telephony/telephonyjstest/netmanager_http/signature/openharmony_sx.p7b b/telephony/telephonyjstest/netmanager_http/signature/openharmony_sx.p7b index 9be1e98fa4c0c28ca997ed660112fa16b194f0f5..66b4457a8a81fb8d3356cf46d67226c850944858 100644 Binary files a/telephony/telephonyjstest/netmanager_http/signature/openharmony_sx.p7b and b/telephony/telephonyjstest/netmanager_http/signature/openharmony_sx.p7b differ diff --git a/telephony/telephonyjstest/netmanager_socket/entry/src/main/config.json b/telephony/telephonyjstest/netmanager_socket/entry/src/main/config.json index e881b685b20fbc0e8f22ec761a79f1def09ece29..52694233d1df26520de72eeae862ee3d4d2f8d62 100644 --- a/telephony/telephonyjstest/netmanager_socket/entry/src/main/config.json +++ b/telephony/telephonyjstest/netmanager_socket/entry/src/main/config.json @@ -52,6 +52,52 @@ "launchType": "standard" } ], + "reqPermissions": [ + { + "name": "ohos.permission.LOCATION", + "reason": "need use ohos.permission.LOCATION" + }, + { + "name":"ohos.permission.SET_TELEPHONY_STATE", + "reason":"need use ohos.permission.SET_TELEPHONY_STATE" + }, + { + "name":"ohos.permission.GET_TELEPHONY_STATE", + "reason":"need use ohos.permission.GET_TELEPHONY_STATE" + }, + { + "name":"ohos.permission.PLACE_CALL", + "reason":"need use ohos.permission.PLACE_CALL" + }, + { + "name":"ohos.permission.READ_CONTACTS", + "reason":"need use ohos.permission.READ_CONTACTS" + }, + { + "name":"ohos.permission.WRITE_CONTACTS", + "reason":"need use ohos.permission.WRITE_CONTACTS" + }, + { + "name":"ohos.permission.SEND_MESSAGES", + "reason":"need use ohos.permission.SEND_MESSAGES" + }, + { + "name":"ohos.permission.RECEIVE_SMS", + "reason":"need use ohos.permission.RECEIVE_SMS" + }, + { + "name":"ohos.permission.READ_CALL_LOG", + "reason":"need use ohos.permission.READ_CALL_LOG" + }, + { + "name":"ohos.permission.GET_NETWORK_INFO", + "reason":"need use ohos.permission.GET_NETWORK_INFO" + }, + { + "name":"ohos.permission.INTERNET", + "reason":"need use ohos.permission.INTERNET" + } + ], "js": [ { "mode": { diff --git a/telephony/telephonyjstest/netmanager_socket/signature/openharmony_sx.p7b b/telephony/telephonyjstest/netmanager_socket/signature/openharmony_sx.p7b index 9be1e98fa4c0c28ca997ed660112fa16b194f0f5..66b4457a8a81fb8d3356cf46d67226c850944858 100644 Binary files a/telephony/telephonyjstest/netmanager_socket/signature/openharmony_sx.p7b and b/telephony/telephonyjstest/netmanager_socket/signature/openharmony_sx.p7b differ diff --git a/telephony/telephonyjstest/network_search/network_search_errors/entry/src/main/config.json b/telephony/telephonyjstest/network_search/network_search_errors/entry/src/main/config.json index b34fe0fd32b39c4481c7bcaf7444a73426938b98..113a434baa0a19961d49692fdd823e18730a8c26 100644 --- a/telephony/telephonyjstest/network_search/network_search_errors/entry/src/main/config.json +++ b/telephony/telephonyjstest/network_search/network_search_errors/entry/src/main/config.json @@ -45,6 +45,52 @@ "launchType": "standard" } ], + "reqPermissions": [ + { + "name": "ohos.permission.LOCATION", + "reason": "need use ohos.permission.LOCATION" + }, + { + "name":"ohos.permission.SET_TELEPHONY_STATE", + "reason":"need use ohos.permission.SET_TELEPHONY_STATE" + }, + { + "name":"ohos.permission.GET_TELEPHONY_STATE", + "reason":"need use ohos.permission.GET_TELEPHONY_STATE" + }, + { + "name":"ohos.permission.PLACE_CALL", + "reason":"need use ohos.permission.PLACE_CALL" + }, + { + "name":"ohos.permission.READ_CONTACTS", + "reason":"need use ohos.permission.READ_CONTACTS" + }, + { + "name":"ohos.permission.WRITE_CONTACTS", + "reason":"need use ohos.permission.WRITE_CONTACTS" + }, + { + "name":"ohos.permission.SEND_MESSAGES", + "reason":"need use ohos.permission.SEND_MESSAGES" + }, + { + "name":"ohos.permission.RECEIVE_SMS", + "reason":"need use ohos.permission.RECEIVE_SMS" + }, + { + "name":"ohos.permission.READ_CALL_LOG", + "reason":"need use ohos.permission.READ_CALL_LOG" + }, + { + "name":"ohos.permission.GET_NETWORK_INFO", + "reason":"need use ohos.permission.GET_NETWORK_INFO" + }, + { + "name":"ohos.permission.INTERNET", + "reason":"need use ohos.permission.INTERNET" + } + ], "js": [ { "pages": [ diff --git a/telephony/telephonyjstest/network_search/network_search_errors/signature/openharmony_sx.p7b b/telephony/telephonyjstest/network_search/network_search_errors/signature/openharmony_sx.p7b index 9be1e98fa4c0c28ca997ed660112fa16b194f0f5..66b4457a8a81fb8d3356cf46d67226c850944858 100644 Binary files a/telephony/telephonyjstest/network_search/network_search_errors/signature/openharmony_sx.p7b and b/telephony/telephonyjstest/network_search/network_search_errors/signature/openharmony_sx.p7b differ diff --git a/telephony/telephonyjstest/new_add/entry/src/main/config.json b/telephony/telephonyjstest/new_add/entry/src/main/config.json index 0a3639dd755aeda46f4c07b43dc3997c73a3f947..9cfe1594902efb0ec8d859759196d940e146da04 100644 --- a/telephony/telephonyjstest/new_add/entry/src/main/config.json +++ b/telephony/telephonyjstest/new_add/entry/src/main/config.json @@ -52,6 +52,52 @@ "launchType": "standard" } ], + "reqPermissions": [ + { + "name": "ohos.permission.LOCATION", + "reason": "need use ohos.permission.LOCATION" + }, + { + "name":"ohos.permission.SET_TELEPHONY_STATE", + "reason":"need use ohos.permission.SET_TELEPHONY_STATE" + }, + { + "name":"ohos.permission.GET_TELEPHONY_STATE", + "reason":"need use ohos.permission.GET_TELEPHONY_STATE" + }, + { + "name":"ohos.permission.PLACE_CALL", + "reason":"need use ohos.permission.PLACE_CALL" + }, + { + "name":"ohos.permission.READ_CONTACTS", + "reason":"need use ohos.permission.READ_CONTACTS" + }, + { + "name":"ohos.permission.WRITE_CONTACTS", + "reason":"need use ohos.permission.WRITE_CONTACTS" + }, + { + "name":"ohos.permission.SEND_MESSAGES", + "reason":"need use ohos.permission.SEND_MESSAGES" + }, + { + "name":"ohos.permission.RECEIVE_SMS", + "reason":"need use ohos.permission.RECEIVE_SMS" + }, + { + "name":"ohos.permission.READ_CALL_LOG", + "reason":"need use ohos.permission.READ_CALL_LOG" + }, + { + "name":"ohos.permission.GET_NETWORK_INFO", + "reason":"need use ohos.permission.GET_NETWORK_INFO" + }, + { + "name":"ohos.permission.INTERNET", + "reason":"need use ohos.permission.INTERNET" + } + ], "js": [ { "mode": { diff --git a/telephony/telephonyjstest/new_add/signature/openharmony_sx.p7b b/telephony/telephonyjstest/new_add/signature/openharmony_sx.p7b index 9be1e98fa4c0c28ca997ed660112fa16b194f0f5..66b4457a8a81fb8d3356cf46d67226c850944858 100644 Binary files a/telephony/telephonyjstest/new_add/signature/openharmony_sx.p7b and b/telephony/telephonyjstest/new_add/signature/openharmony_sx.p7b differ diff --git a/telephony/telephonyjstest/sim/sim_manager_function_test/entry/src/main/config.json b/telephony/telephonyjstest/sim/sim_manager_function_test/entry/src/main/config.json index 5f6a69ff6207abfc5ddeccfbff399c31e1e4dd85..029d38c97e61edf4ffc67e990c8075f6a2a36e73 100644 --- a/telephony/telephonyjstest/sim/sim_manager_function_test/entry/src/main/config.json +++ b/telephony/telephonyjstest/sim/sim_manager_function_test/entry/src/main/config.json @@ -45,6 +45,52 @@ "launchType": "standard" } ], + "reqPermissions": [ + { + "name": "ohos.permission.LOCATION", + "reason": "need use ohos.permission.LOCATION" + }, + { + "name":"ohos.permission.SET_TELEPHONY_STATE", + "reason":"need use ohos.permission.SET_TELEPHONY_STATE" + }, + { + "name":"ohos.permission.GET_TELEPHONY_STATE", + "reason":"need use ohos.permission.GET_TELEPHONY_STATE" + }, + { + "name":"ohos.permission.PLACE_CALL", + "reason":"need use ohos.permission.PLACE_CALL" + }, + { + "name":"ohos.permission.READ_CONTACTS", + "reason":"need use ohos.permission.READ_CONTACTS" + }, + { + "name":"ohos.permission.WRITE_CONTACTS", + "reason":"need use ohos.permission.WRITE_CONTACTS" + }, + { + "name":"ohos.permission.SEND_MESSAGES", + "reason":"need use ohos.permission.SEND_MESSAGES" + }, + { + "name":"ohos.permission.RECEIVE_SMS", + "reason":"need use ohos.permission.RECEIVE_SMS" + }, + { + "name":"ohos.permission.READ_CALL_LOG", + "reason":"need use ohos.permission.READ_CALL_LOG" + }, + { + "name":"ohos.permission.GET_NETWORK_INFO", + "reason":"need use ohos.permission.GET_NETWORK_INFO" + }, + { + "name":"ohos.permission.INTERNET", + "reason":"need use ohos.permission.INTERNET" + } + ], "js": [ { "pages": [ diff --git a/telephony/telephonyjstest/sim/sim_manager_function_test/signature/openharmony_sx.p7b b/telephony/telephonyjstest/sim/sim_manager_function_test/signature/openharmony_sx.p7b index 9be1e98fa4c0c28ca997ed660112fa16b194f0f5..66b4457a8a81fb8d3356cf46d67226c850944858 100644 Binary files a/telephony/telephonyjstest/sim/sim_manager_function_test/signature/openharmony_sx.p7b and b/telephony/telephonyjstest/sim/sim_manager_function_test/signature/openharmony_sx.p7b differ diff --git a/telephony/telephonyjstest/sms_mms/sms_mms_error/entry/src/main/config.json b/telephony/telephonyjstest/sms_mms/sms_mms_error/entry/src/main/config.json index 049a30f90d882a4b1dcfe510234883aa13ccb1b9..1d9fb67b578a639850735ad3e80b643a957ce9e1 100644 --- a/telephony/telephonyjstest/sms_mms/sms_mms_error/entry/src/main/config.json +++ b/telephony/telephonyjstest/sms_mms/sms_mms_error/entry/src/main/config.json @@ -45,6 +45,52 @@ "launchType": "standard" } ], + "reqPermissions": [ + { + "name": "ohos.permission.LOCATION", + "reason": "need use ohos.permission.LOCATION" + }, + { + "name":"ohos.permission.SET_TELEPHONY_STATE", + "reason":"need use ohos.permission.SET_TELEPHONY_STATE" + }, + { + "name":"ohos.permission.GET_TELEPHONY_STATE", + "reason":"need use ohos.permission.GET_TELEPHONY_STATE" + }, + { + "name":"ohos.permission.PLACE_CALL", + "reason":"need use ohos.permission.PLACE_CALL" + }, + { + "name":"ohos.permission.READ_CONTACTS", + "reason":"need use ohos.permission.READ_CONTACTS" + }, + { + "name":"ohos.permission.WRITE_CONTACTS", + "reason":"need use ohos.permission.WRITE_CONTACTS" + }, + { + "name":"ohos.permission.SEND_MESSAGES", + "reason":"need use ohos.permission.SEND_MESSAGES" + }, + { + "name":"ohos.permission.RECEIVE_SMS", + "reason":"need use ohos.permission.RECEIVE_SMS" + }, + { + "name":"ohos.permission.READ_CALL_LOG", + "reason":"need use ohos.permission.READ_CALL_LOG" + }, + { + "name":"ohos.permission.GET_NETWORK_INFO", + "reason":"need use ohos.permission.GET_NETWORK_INFO" + }, + { + "name":"ohos.permission.INTERNET", + "reason":"need use ohos.permission.INTERNET" + } + ], "js": [ { "pages": [ diff --git a/telephony/telephonyjstest/sms_mms/sms_mms_error/signature/openharmony_sx.p7b b/telephony/telephonyjstest/sms_mms/sms_mms_error/signature/openharmony_sx.p7b index 9be1e98fa4c0c28ca997ed660112fa16b194f0f5..66b4457a8a81fb8d3356cf46d67226c850944858 100644 Binary files a/telephony/telephonyjstest/sms_mms/sms_mms_error/signature/openharmony_sx.p7b and b/telephony/telephonyjstest/sms_mms/sms_mms_error/signature/openharmony_sx.p7b differ