From da3eecdea7055cf88603a93e084bf4d2901655c3 Mon Sep 17 00:00:00 2001 From: zhouyongfei Date: Sat, 29 Jan 2022 20:26:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=BB=E7=94=A8=E6=88=B7id?= =?UTF-8?q?=E4=B8=BA0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhouyongfei --- services/src/input_method_system_ability.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/src/input_method_system_ability.cpp b/services/src/input_method_system_ability.cpp index 51491dc..a70434a 100644 --- a/services/src/input_method_system_ability.cpp +++ b/services/src/input_method_system_ability.cpp @@ -26,7 +26,7 @@ namespace MiscServices { using namespace MessageID; REGISTER_SYSTEM_ABILITY_BY_ID(InputMethodSystemAbility, INPUT_METHOD_SYSTEM_ABILITY_ID, true); const std::int32_t INIT_INTERVAL = 10000L; - const std::int32_t MAIN_USER_ID = 100; + const std::int32_t MAIN_USER_ID = 0; std::mutex InputMethodSystemAbility::instanceLock_; sptr InputMethodSystemAbility::instance_;