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>
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
{