From 18699c9c10976d12195fbba633d1faa3b868489c Mon Sep 17 00:00:00 2001 From: zero-cyc Date: Sat, 5 Mar 2022 17:24:31 +0800 Subject: [PATCH] chenlien@huawei.com Signed-off-by: zero-cyc Change-Id: Ie4bbb5235127d5a5bd663c0ee0ff36d35d68fa8c --- bundle.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index 620c6674f..02459d490 100644 --- a/bundle.json +++ b/bundle.json @@ -38,7 +38,8 @@ "name": "ans_standard", "subsystem": "notification", "syscap": [ - "SystemCapability.DistributedNotificationService" + "SystemCapability.Notification.Notification", + "SystemCapability.Notification.ReminderAgent" ], "features": [], "adapted_system_type": [ -- Gitee