From 2819c4d087d1234b24ce069aa73857ce39483843 Mon Sep 17 00:00:00 2001 From: libing23 Date: Sat, 29 Jan 2022 09:47:46 +0800 Subject: [PATCH] modify bundle.json systemcapability spell Signed-off-by:libing23 --- bundle.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index d8a704711..2189e8c96 100755 --- a/bundle.json +++ b/bundle.json @@ -13,7 +13,7 @@ "name": "access_token", "subsystem": "security", "syscap": [ - "Systemcapability.Security.AccessToken" + "SystemCapability.Security.AccessToken" ], "adapted_system_type": [ "standard" ], "rom": "2048KB", -- Gitee