From 278af60c354a1b676b3eef0bff37ecbb9e4dad65 Mon Sep 17 00:00:00 2001 From: fangJinliang1 Date: Mon, 31 Oct 2022 16:01:49 +0800 Subject: [PATCH] system api add sign Signed-off-by: fangJinliang1 Change-Id: I21cb37cb36c5ef8b84a50ac65e934aa46ce83357 --- api/@ohos.notification.d.ts | 2 +- api/@ohos.notificationManager.d.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/api/@ohos.notification.d.ts b/api/@ohos.notification.d.ts index 9f9beac74a..de8c1ae964 100644 --- a/api/@ohos.notification.d.ts +++ b/api/@ohos.notification.d.ts @@ -1135,7 +1135,7 @@ declare namespace notification { * Describes a NotificationFlags instance. * * @since 9 - * @permission N/A + * @systemapi Hide this for inner system use. * @syscap SystemCapability.Notification.Notification * @deprecated since 9 * @useinstead ohos.notificationManager.NotificationFlags diff --git a/api/@ohos.notificationManager.d.ts b/api/@ohos.notificationManager.d.ts index b7f53c6481..e35bfb4fcd 100644 --- a/api/@ohos.notificationManager.d.ts +++ b/api/@ohos.notificationManager.d.ts @@ -1341,6 +1341,7 @@ declare namespace notificationManager { /** * Describes a NotificationFlags instance. * @syscap SystemCapability.Notification.Notification + * @systemapi * @since 9 */ export type NotificationFlags = _NotificationFlags -- Gitee