From 0b89abd6c07dfddaa4e1635c182b656cbab8537a Mon Sep 17 00:00:00 2001 From: yangziyong Date: Wed, 16 Nov 2022 10:40:10 +0800 Subject: [PATCH] fix: delete radio type in js interface Signed-off-by: yangziyong --- api/@ohos.batteryStatistics.d.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/api/@ohos.batteryStatistics.d.ts b/api/@ohos.batteryStatistics.d.ts index a3b0b0531f..dc50da1a73 100755 --- a/api/@ohos.batteryStatistics.d.ts +++ b/api/@ohos.batteryStatistics.d.ts @@ -45,9 +45,6 @@ declare namespace batteryStats { /** Indicates the battery power consumption generated when phone call is active */ CONSUMPTION_TYPE_PHONE, - /** Indicates the battery power consumption generated by radio */ - CONSUMPTION_TYPE_RADIO, - /** Indicates the battery power consumption generated by screen */ CONSUMPTION_TYPE_SCREEN, -- Gitee