From 0bac8008c1864d9cf143a1ecce548bdc43f2e4b8 Mon Sep 17 00:00:00 2001 From: fangJinliang1 Date: Mon, 31 Oct 2022 16:09:33 +0800 Subject: [PATCH] static check modify Signed-off-by: fangJinliang1 Change-Id: I43b19e31a6634ad906ca5d46d4def67341458b95 --- api/@ohos.notification.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/@ohos.notification.d.ts b/api/@ohos.notification.d.ts index b89772c2bb..34b3381f73 100644 --- a/api/@ohos.notification.d.ts +++ b/api/@ohos.notification.d.ts @@ -960,7 +960,7 @@ declare namespace notification { * Describes a NotificationFlags instance. * * @since 9 - * @permission N/A + * @systemapi Hide this for inner system use. * @syscap SystemCapability.Notification.Notification */ export type NotificationFlags = _NotificationFlags -- Gitee