notification_set_text(notify, NOTIFICATION_TEXT_TYPE_CONTENT, "Software update is available. Click to update", NULL, NOTIFICATION_VARIABLE_TYPE_NONE);
notification_set_layout(notify, NOTIFICATION_LY_ONGOING_EVENT);
- notification_set_property(notify, NOTIFICATION_PROP_PERMANENT_DISPLAY);
notification_set_tag(notify, LOG_TAG);
LOGI("Image path in _send_notification_install_update_cb = %s",path);
notification_set_text(notify, NOTIFICATION_TEXT_TYPE_CONTENT, "Software update is available. Click to update", NULL, NOTIFICATION_VARIABLE_TYPE_NONE);
notification_set_layout(notify, NOTIFICATION_LY_ONGOING_EVENT);
- notification_set_property(notify, NOTIFICATION_PROP_PERMANENT_DISPLAY);
notification_set_tag(notify, LOG_TAG);
LOGI("Image path in _send_notification_download_image_cb = %s",path);