From f1b7f2690b0dd78007329fe9313a0b823ae5d696 Mon Sep 17 00:00:00 2001 From: illybyy Date: Wed, 27 Apr 2022 17:35:28 +0800 Subject: [PATCH] fix syscap in bundle.json Signed-off-by: illybyy --- bundle.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index c0418e7..54aebf7 100644 --- a/bundle.json +++ b/bundle.json @@ -13,7 +13,7 @@ "name": "inputmethod_native", "subsystem": "miscservices", "syscap": [ - "SystemCapability.Miscservices.InputMethod" + "SystemCapability.MiscServices.InputMethod" ], "features": [ ],