From e434028363e0e5fb7bbb5ec74b631ab04871dc0e Mon Sep 17 00:00:00 2001 From: ma-shaoyin Date: Mon, 15 Aug 2022 11:02:16 +0800 Subject: [PATCH] Signed-off-by: ma-shaoyin Changes to be committed: --- include/syscap_define.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/syscap_define.h b/include/syscap_define.h index 5864707..eef8e65 100644 --- a/include/syscap_define.h +++ b/include/syscap_define.h @@ -309,7 +309,7 @@ const static SyscapWithNum g_arraySyscap[] = { {"SystemCapability.Location.Location.Geocoder", LOCATION_LOCATION_GEOCODER}, {"SystemCapability.Location.Location.Lite", LOCATION_LOCATION_LITE}, {"SystemCapability.MiscServices.Download", MISCSERVICES_DOWNLOAD}, - {"SystemCapability.MiscServices.InputMethod", MISCSERVICES_INPUTMETHOD}, + {"SystemCapability.MiscServices.InputMethodFramework", MISCSERVICES_INPUTMETHOD}, {"SystemCapability.MiscServices.Pasteboard", MISCSERVICES_PASTEBOARD}, {"SystemCapability.MiscServices.ScreenLock", MISCSERVICES_SCREENLOCK}, {"SystemCapability.MiscServices.Time", MISCSERVICES_TIME},