fix readme

Signed-off-by: jiaoyang <1243763027@qq.com>
This commit is contained in:
jiaoyang
2025-09-27 23:51:13 +08:00
parent 260d199f76
commit 046d8dea28
4 changed files with 13 additions and 13 deletions
+7 -7
View File
@@ -23,10 +23,10 @@ Framework Layer:
Dependencies Introduction in Architecture:
- call_manager: Depends on the system call management capabilities of the call management module, used to handle call downlink operations (such as dialing, answering, hanging up, etc.) and uplink status (incoming call status, call waiting status, etc.) processing, and resolve conflicts that occur during calls.
- ability_cangjie_wrapper: Depends on the application context capabilities provided by ability_cangjie_wrapper, used to jump to the dial interface when making calls.
- hiviewdfx_cangjie_wrapper: Depends on HiLog capabilities for printing logs at key points.
- cangjie_ark_interop: Depends on APILevel class definitions and BusinessException class definitions for API annotation and throwing exceptions to users in error branches.
- call_manager: Call wrapper depends on the system call management capabilities of the call management module, used to handle call downlink operations (such as dialing, answering, hanging up, etc.) and uplink status (incoming call status, call waiting status, etc.) processing, and resolve conflicts that occur during calls.
- ability_cangjie_wrapper: Call wrapper depends on the application context capabilities provided by ability_cangjie_wrapper, used to jump to the dial interface when making calls.
- hiviewdfx_cangjie_wrapper: Call wrapper depends on HiLog capabilities for printing logs at key points.
- cangjie_ark_interop: Call wrapper depends on APILevel class definitions and BusinessException class definitions for API annotation and throwing exceptions to users in error branches.
## Directory Structure
@@ -34,8 +34,8 @@ Dependencies Introduction in Architecture:
base/telephony/telephony_cangjie_wrapper
├── figures # architecture pictures
├── kit # Cangjie TelephonyKit kit code
│ └── TelephonyKit # TelephonyKit module implementation
├── ohos # Cangjie telephony service interface implementation
│ └── TelephonyKit # TelephonyKit module
├── ohos # Cangjie telephony service
│ └── telephony # Telephony module
│ └── call # Call management module
└── test # Cangjie telephony service test cases
@@ -52,7 +52,7 @@ For telephony related APIs, please refer to [ohos.telephony.call](https://gitcod
## Constraints
The device to be equipped requires hardware support including a speaker or earpiece, a microphone, and also needs an inserted SIM card.
- The device to be equipped requires hardware support including a speaker or earpiece, a microphone, and also needs an inserted SIM card.
Compared to ArkTS API, the following functions are not supported:
+6 -6
View File
@@ -23,10 +23,10 @@
- 呼叫管理封装:基于底层通话管理能力实现呼叫管理封装,能够支持拨打电话,获取通话属性以及格式化电话号码。
架构图中依赖部件引入说明:
- 通话管理:依赖通话管理的系统通话管理能力,用于处理通话下行操作(如拨号、接听、挂断等)和上行状态(来电状态、呼叫等待状态等)的处理,并解决通话过程中产生的冲突。
- ability_cangjie_wrapper:依赖ability_cangjie_wrapper提供的应用上下文能力,用于拨打电话时跳转到拨号界面。
- hiviewdfx_cangjie_wrapper:依赖hiviewdfx_cangjie_wrapper提供的HiLog日志能力,用于在关键路径打印日志。
- cangjie_ark_interop:依赖cangjie_ark_interop提供的仓颉注解类定义和BusinessException异常类定义,用于对API进行标注,及在错误分支向用户抛出异常。
- 通话管理:呼叫管理封装依赖通话管理的系统通话管理能力,用于处理通话下行操作(如拨号、接听、挂断等)和上行状态(来电状态、呼叫等待状态等)的处理,并解决通话过程中产生的冲突。
- ability_cangjie_wrapper呼叫管理封装依赖ability_cangjie_wrapper提供的应用上下文能力,用于拨打电话时跳转到拨号界面。
- hiviewdfx_cangjie_wrapper呼叫管理封装依赖hiviewdfx_cangjie_wrapper提供的HiLog日志能力,用于在关键路径打印日志。
- cangjie_ark_interop呼叫管理封装依赖cangjie_ark_interop提供的仓颉注解类定义和BusinessException异常类定义,用于对API进行标注,及在错误分支向用户抛出异常。
## 目录
@@ -46,13 +46,13 @@ base/telephony/telephony_cangjie_wrapper
当前电话服务仓颉封装提供了以下功能:
- 呼叫管理
- 呼叫管理
电话服务相关接口请参见[电话服务API文档](https://gitcode.com/openharmony-sig/arkcompiler_cangjie_ark_interop/blob/master/doc/API_Reference/source_zh_cn/apis/TelephonyKit/cj-apis-telephony-call.md),相关开发指导请参见[电话服务开发指南](https://gitcode.com/openharmony-sig/arkcompiler_cangjie_ark_interop/blob/master/doc/Dev_Guide/source_zh_cn/telephony/cj-telephony-call.md)。
## 约束
需要搭载的设备支持扬声器或听筒、麦克风,硬件上,以及插入SIM卡。
- 硬件上,需要搭载的设备支持扬声器或听筒、麦克风以及插入SIM卡。
与ArkTS提供的API能力相比,暂不支持以下功能:
Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 25 KiB