From cd1d07bb689556484ac6a6e24c5788c468ff9340 Mon Sep 17 00:00:00 2001 From: wangz Date: Wed, 27 Aug 2025 09:41:16 +0000 Subject: [PATCH] =?UTF-8?q?BackgroundProcessManager=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E9=94=99=E8=AF=AF=EF=BC=8C=E6=9B=B4=E6=AD=A3=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=20BackgroundProcessManager=E9=85=8D=E7=BD=AE=E9=94=99=E8=AF=AF?= =?UTF-8?q?=EF=BC=8C=E6=9B=B4=E6=AD=A3=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wangz --- api/device-define/liteWearable.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/api/device-define/liteWearable.json b/api/device-define/liteWearable.json index 98f7aa341f..8f51d4ff45 100644 --- a/api/device-define/liteWearable.json +++ b/api/device-define/liteWearable.json @@ -16,7 +16,6 @@ "SystemCapability.MiscServices.ScreenLock", "SystemCapability.Security.CryptoFramework", "SystemCapability.Security.CryptoFramework.MessageDigest", - "SystemCapability.Security.CryptoFramework.Rand", - "SystemCapability.Resourceschedule.BackgroundProcessManager" + "SystemCapability.Security.CryptoFramework.Rand" ] } -- Gitee