From f5a6a5e576aa8c4e834499ca4898fbeeda7c2d7d Mon Sep 17 00:00:00 2001 From: "lihongliang (G)" Date: Tue, 8 Mar 2022 21:50:20 +0800 Subject: [PATCH] 1 --- bundle.json | 2 +- interfaces/kits/js/declaration/@ohos.update.d.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bundle.json b/bundle.json index 5c3085d1..852fee0d 100644 --- a/bundle.json +++ b/bundle.json @@ -13,7 +13,7 @@ "name": "update_service", "subsystem": "updater", "syscap": [ - "SystemCapability.Updater.update_service" + "SystemCapability.Update.UpdateService" ], "features": [], "adapted_system_type": [ diff --git a/interfaces/kits/js/declaration/@ohos.update.d.ts b/interfaces/kits/js/declaration/@ohos.update.d.ts index 399d266c..a602cebb 100644 --- a/interfaces/kits/js/declaration/@ohos.update.d.ts +++ b/interfaces/kits/js/declaration/@ohos.update.d.ts @@ -19,7 +19,7 @@ import { AsyncCallback, BussinessError } from "./basic"; * A static class to do update for device. * * @since 6 - * @syscap SystemCapability.Updater.update_service + * @syscap SystemCapability.Update.UpdateService */ declare namespace update { /** -- Gitee