[Problem] Persistent notifiaction doesn't work if browser is suspened or killed.
[Cause] Chromium posts notification with app_control which includes custom
information. If browser launched by notification we should hand over
this information to chromium.
[Solution] Invoke |ewk_context_app_control_set|.
Change-Id: I231beaaf221ba9d3711502ebb61889a797de0cfa
Signed-off-by: Sanghyup Lee <sh53.lee@samsung.com>
evas_object_show((*bd)->getMainWindow().get());
elm_win_activate((*bd)->getMainWindow().get());
+ ewk_context_app_control_set(ewk_context_default_get(), static_cast<void*>(app_control));
+
if (appcore_flush_memory() == -1) {
return;
}