Set the privacy popup to have the utmost window priority. 37/115437/1 submit/tizen/20170220.034519
authorjin-gyu.kim <jin-gyu.kim@samsung.com>
Mon, 20 Feb 2017 03:33:43 +0000 (12:33 +0900)
committerjin-gyu.kim <jin-gyu.kim@samsung.com>
Mon, 20 Feb 2017 03:33:52 +0000 (12:33 +0900)
Change-Id: I4cd7765084dd542412722be47ba7f0e127152af9

src/agent/notification-daemon/GuiRunner.cpp

index 873a0d5..cd7e758 100644 (file)
@@ -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_DEFAULT);
+    efl_util_set_notification_window_level(m_win, EFL_UTIL_NOTIFICATION_LEVEL_TOP);
 
     if (elm_win_wm_rotation_supported_get(m_win)) {
         int rots[4] = { 0, 90, 180, 270 };