Implement a TIZEN_LAUNCH IPC call, so we can react to it 87/19287/1 accepted/tizen_ivi_release tizen_ivi_release accepted/tizen/ivi/release/20140410.165005 submit/tizen_ivi_release/20140410.124052
authorManuel Bachmann <manuel.bachmann@open.eurogiciel.org>
Mon, 30 Dec 2013 11:13:17 +0000 (12:13 +0100)
committerMikko Ylinen <mikko.ylinen@intel.com>
Thu, 10 Apr 2014 04:46:29 +0000 (07:46 +0300)
from the WebView's side (to disable fullscreen and thus
allow another application to raise e.g.).

Fixes "tizen.application.launch()" does not bring already..

Bug-Tizen: https://bugs.tizen.org/jira/browse/TIVI-2143

Change-Id: I0e24f2be3936b6fd341e97abece2cb79dbad8170
Signed-off-by: Manuel Bachmann <manuel.bachmann@open.eurogiciel.org>
src/plugins-ipc-message/ipc_message_support.h

index b5463e9..2232139 100644 (file)
@@ -37,6 +37,7 @@ static const char * const TIZEN_CHANGE_USERAGENT = "tizen://changeUA";
 static const char * const TIZEN_DELETE_ALL_COOKIES = "tizen://deleteAllCookies";
 static const char * const TIZEN_EXIT = "tizen://exit";
 static const char * const TIZEN_HIDE = "tizen://hide";
+static const char * const TIZEN_LAUNCH = "tizen://launch";
 
 class AsyncConnection
 {