From 8bdb58f9dc557f17b78d071540b523f3364a6fe6 Mon Sep 17 00:00:00 2001 From: liuxy0216 <1952288230@qq.com> Date: Tue, 6 Dec 2022 17:26:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E4=B8=80=E8=87=B4=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: liuxy0216 <1952288230@qq.com> --- api/@ohos.telephony.call.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/api/@ohos.telephony.call.d.ts b/api/@ohos.telephony.call.d.ts index 13839ed241..49888e206a 100644 --- a/api/@ohos.telephony.call.d.ts +++ b/api/@ohos.telephony.call.d.ts @@ -164,6 +164,7 @@ declare namespace call { /** * Hang up the foreground call without callId. * + * @permission ohos.permission.ANSWER_CALL * @systemapi Hide this for inner system use. * @since 9 */ -- Gitee