From f2900b287c8dae33215996742243ca2291e9814e Mon Sep 17 00:00:00 2001 From: wanchengzhen Date: Mon, 14 Feb 2022 16:25:57 +0800 Subject: [PATCH] Fix codex for lts Signed-off-by: wanchengzhen --- .../ability/native/test/mock/include/bundle_mgr_interface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frameworks/kits/ability/native/test/mock/include/bundle_mgr_interface.h b/frameworks/kits/ability/native/test/mock/include/bundle_mgr_interface.h index 8e4aa8223bb..ec6fe3cb3e2 100644 --- a/frameworks/kits/ability/native/test/mock/include/bundle_mgr_interface.h +++ b/frameworks/kits/ability/native/test/mock/include/bundle_mgr_interface.h @@ -270,7 +270,7 @@ public: GET_MODULE_USAGE_RECORD, GET_SHORTCUT_INFO, GET_BUNDLE_INSTALLER, - NOTIFY_ACTIVITY_LIFE_STATUS, + NOTIFY_ABILITY_LIFE_STATUS, }; }; } // namespace AppExecFwk -- Gitee