over temperature popup : change image and add time stamp 95/103695/1
authorlokilee73 <changjoo.lee@samsung.com>
Fri, 9 Dec 2016 07:18:42 +0000 (16:18 +0900)
committerlokilee73 <changjoo.lee@samsung.com>
Fri, 9 Dec 2016 07:19:09 +0000 (16:19 +0900)
Change-Id: I5f03a57ce0b0eefb40829198a53029bbdc71f9dc
Signed-off-by: lokilee73 <changjoo.lee@samsung.com>
data/noti_cooling_down.png
src/launcher/noti.c

index cc46111..77d67e6 100755 (executable)
Binary files a/data/noti_cooling_down.png and b/data/noti_cooling_down.png differ
index b3a06bd..ff1bab2 100755 (executable)
@@ -96,7 +96,6 @@ static int add_notification(
                goto out;
        }
 
-
        noti_err = notification_set_layout(noti, layout);
        if (noti_err != NOTIFICATION_ERROR_NONE) {
                _E("FAIL: notification_set_layout()");
@@ -517,8 +516,8 @@ static int launch_temp_cooldown_notification(int type)
                appsvc_add_data(b, SIGNAL_SENDER_TYPE, SIGNAL_SENDER_TYPE_COOLDOWN);
        }
 
-       ret =  add_notification(NOTIFICATION_TYPE_ONGOING,
-                               NOTIFICATION_LY_ONGOING_EVENT,
+       ret =  add_notification(NOTIFICATION_TYPE_NOTI,
+                               NOTIFICATION_LY_NOTI_EVENT_SINGLE,
                                "IDS_IDLE_MBODY_PHONE_COOLING_DOWN",
                                "IDS_QP_SBODY_TAP_HERE_FOR_MORE_INFO_ABB",
                                COOLDOWN_NOTI_ICON,