diff --git a/frameworks/core/frame_aware_policy/src/intellisense_server.cpp b/frameworks/core/frame_aware_policy/src/intellisense_server.cpp index 64d46ef70b4ae441069864f7fa3b8492f568f056..190c6ebee44b1d17f047486c8eee53362c9802b8 100644 --- a/frameworks/core/frame_aware_policy/src/intellisense_server.cpp +++ b/frameworks/core/frame_aware_policy/src/intellisense_server.cpp @@ -54,7 +54,8 @@ void IntelliSenseServer::Init() m_unsupportApp = { "com.ohos.launcher", "com.ohos.systemui", - "com.ohos.screenlock" + "com.ohos.screenlock", + "com.ohos.wallpaper" }; RME_LOGI("[Init]:Init rtg and readXml finish!"); }