From 3aaa08b13737f50e02e8462649463c2f87fddae9 Mon Sep 17 00:00:00 2001 From: "yupeng74@huawei.com" Date: Tue, 25 Oct 2022 15:57:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=BC=E5=BC=8F=E5=8C=96=E6=A3=80=E6=9F=A5?= =?UTF-8?q?=E5=A4=B1=E8=B4=A5=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: yupeng74@huawei.com --- .../reference/apis/js-apis-deviceUsageStatistics.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-deviceUsageStatistics.md b/zh-cn/application-dev/reference/apis/js-apis-deviceUsageStatistics.md index a351a1cafd..634f3b2c70 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-deviceUsageStatistics.md +++ b/zh-cn/application-dev/reference/apis/js-apis-deviceUsageStatistics.md @@ -85,7 +85,7 @@ isIdleState(bundleName: string): Promise<boolean> queryAppUsagePriorityGroup(): Promise<number> -查询当前应用的优先级分组。使用Promise形式返回其应用分组,分组信息参考[GroupType](#grouptype)。 +查询当前应用的优先级分组。使用Promise形式返回其应用分组。 **系统能力**:SystemCapability.ResourceSchedule.UsageStatistics.AppGroup @@ -109,7 +109,7 @@ bundleState.queryAppUsagePriorityGroup().then( res => { queryAppUsagePriorityGroup(callback: AsyncCallback<number>): void -查询当前应用的优先级分组。使用callback形式返回其应用分组,分组信息参考[GroupType](#grouptype)。 +查询当前应用的优先级分组。使用callback形式返回其应用分组。 **系统能力**:SystemCapability.ResourceSchedule.UsageStatistics.AppGroup -- GitLab