From 43fccddc9768b124acc6ca611ac8bddaa3327934 Mon Sep 17 00:00:00 2001 From: liweifeng Date: Thu, 21 Apr 2022 10:10:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=A1=E7=89=87=E6=8E=A5=E5=8F=A3=E6=9D=83?= =?UTF-8?q?=E9=99=90=E6=8F=8F=E8=BF=B0=E9=94=99=E8=AF=AF=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: liweifeng Change-Id: I2476df9f1082ed76f0568b349ecb4d3fdedcae5a --- api/@ohos.application.formHost.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/@ohos.application.formHost.d.ts b/api/@ohos.application.formHost.d.ts index 0dbfbb3c0f..e60df45a3d 100644 --- a/api/@ohos.application.formHost.d.ts +++ b/api/@ohos.application.formHost.d.ts @@ -209,7 +209,7 @@ declare namespace formHost { * @syscap SystemCapability.Ability.Form * @param want Indicates want of the form. * @return Returns form state {@link FormStateInfo} - * @permission ohos.permission.GET_BUNDLE_INFO and ohos.permission.GET_BUNDLE_INFO_PRIVILEGED. + * @permission ohos.permission.REQUIRE_FORM and ohos.permission.GET_BUNDLE_INFO_PRIVILEGED. */ function acquireFormState(want: Want, callback: AsyncCallback): void; function acquireFormState(want: Want): Promise; -- Gitee