From: jin-gyu.kim Date: Fri, 10 Feb 2017 05:54:18 +0000 (+0900) Subject: Adjust window level for askuser popup. X-Git-Tag: accepted/tizen/common/20170213.174642~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b1d96dcbf92f6cc26acdb41322cb12fb2f40a1e9;p=platform%2Fcore%2Fsecurity%2Faskuser.git Adjust window level for askuser popup. - askuser popup is displayed on the lockscreen. - We don't want to corrupt the lockscreen, so adjust window level. Change-Id: I9b685b7a233da8b539da38a9b59db9179403b70a --- diff --git a/src/agent/notification-daemon/GuiRunner.cpp b/src/agent/notification-daemon/GuiRunner.cpp index d26771b..c9de9f8 100644 --- a/src/agent/notification-daemon/GuiRunner.cpp +++ b/src/agent/notification-daemon/GuiRunner.cpp @@ -155,7 +155,7 @@ void GuiRunner::initialize() ALOGE("EFL : Failed to add window"); throw Exception("Elementary failed"); } - efl_util_set_notification_window_level(m_win, EFL_UTIL_NOTIFICATION_LEVEL_3); + efl_util_set_notification_window_level(m_win, EFL_UTIL_NOTIFICATION_LEVEL_DEFAULT); elm_win_autodel_set(m_win, EINA_TRUE); elm_win_override_set(m_win, EINA_TRUE);