From 16f8a8837c9fe2930712584c8bb7a2eb19cebad8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8C=AA=E6=B2=B9=E6=B1=89?= Date: Mon, 8 Sep 2025 16:51:01 +0800 Subject: [PATCH] revert sdk modify MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 猪油汉 --- api/@ohos.telephony.call.d.ts | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/api/@ohos.telephony.call.d.ts b/api/@ohos.telephony.call.d.ts index e57d1e10a8..3e31605399 100644 --- a/api/@ohos.telephony.call.d.ts +++ b/api/@ohos.telephony.call.d.ts @@ -4141,8 +4141,7 @@ declare namespace call { * Indicates an invalid state, which is used when the call state fails to be obtained. * * @syscap SystemCapability.Telephony.CallManager - * @since arkts {'1.1':'6','1.2':'20'} - * @arkts 1.1&1.2 + * @since 6 */ CALL_STATE_UNKNOWN = -1, @@ -4159,8 +4158,7 @@ declare namespace call { * Indicates that an incoming call is ringing or waiting. * * @syscap SystemCapability.Telephony.CallManager - * @since arkts {'1.1':'6','1.2':'20'} - * @arkts 1.1&1.2 + * @since 6 */ CALL_STATE_RINGING = 1, @@ -4169,8 +4167,7 @@ declare namespace call { * incoming call ringing or waiting. * * @syscap SystemCapability.Telephony.CallManager - * @since arkts {'1.1':'6','1.2':'20'} - * @arkts 1.1&1.2 + * @since 6 */ CALL_STATE_OFFHOOK = 2, @@ -4178,8 +4175,7 @@ declare namespace call { * Indicates that call is answered * * @syscap SystemCapability.Telephony.CallManager - * @since arkts {'1.1':'11','1.2':'20'} - * @arkts 1.1&1.2 + * @since 11 */ CALL_STATE_ANSWERED = 3 } -- Gitee