From cabffee6ac942853affc212ae57d60681e611853 Mon Sep 17 00:00:00 2001 From: wangtiantian Date: Fri, 11 Feb 2022 09:12:50 +0800 Subject: [PATCH] IssueNo: #I4T880 : modify PermissionDef Description:modify PermissionDef Sig:SIG_ApplicaitonFramework Feature or Bugfix:BugFix Binary Source:No Signed-off-by: wangtiantian --- api/bundle/PermissionDef.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/bundle/PermissionDef.d.ts b/api/bundle/PermissionDef.d.ts index 68f50051a1..b410bad458 100644 --- a/api/bundle/PermissionDef.d.ts +++ b/api/bundle/PermissionDef.d.ts @@ -30,11 +30,11 @@ permissionName: string; /** - * @default Indicates the bundleName of this permission + * @default Indicates the grant mode of this permission * @since 8 * @SysCap SystemCapability.Appexecfwk */ - bundleName: string; + grantMode: number; /** * @default Indicates the labelId of this permission -- Gitee