From 70b9c2accec58a0f33c55f7d84e3ba56094fa606 Mon Sep 17 00:00:00 2001 From: wangdi Date: Thu, 7 Aug 2025 21:00:57 +0800 Subject: [PATCH] fix the description of isDistributedEnabled Signed-off-by: wangdi --- api/@ohos.notificationManager.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/@ohos.notificationManager.d.ts b/api/@ohos.notificationManager.d.ts index fd1c194e6f..62643e6654 100644 --- a/api/@ohos.notificationManager.d.ts +++ b/api/@ohos.notificationManager.d.ts @@ -2518,7 +2518,7 @@ declare namespace notificationManager { function isDistributedEnabled(callback: AsyncCallback): void; /** - * Checks whether distributed notification is enabled on this device. This API uses a promise to return the result. + * Checks whether the device supports cross-device notifications. This API uses a promise to return the result. * * @returns { Promise } Promise used to return the result. The value true means that distributed notification * is enabled, and false means the opposite. -- Gitee