From af2cc15b33cf29b356fe021c0dbc272beb17d180 Mon Sep 17 00:00:00 2001 From: "hyunsik.noh" Date: Thu, 23 Jan 2014 17:21:54 +0900 Subject: [PATCH] COMMON: Add launch messages for web app Change-Id: Id126edb5c324e4cf42eaf38733f674c004fddff5 Signed-off-by: hyunsik.noh --- org.tizen.common/src/org/tizen/common/TizenPlatformConstants.java | 1 + 1 file changed, 1 insertion(+) diff --git a/org.tizen.common/src/org/tizen/common/TizenPlatformConstants.java b/org.tizen.common/src/org/tizen/common/TizenPlatformConstants.java index 7aca84b..242bac1 100644 --- a/org.tizen.common/src/org/tizen/common/TizenPlatformConstants.java +++ b/org.tizen.common/src/org/tizen/common/TizenPlatformConstants.java @@ -104,6 +104,7 @@ public class TizenPlatformConstants { public static final String LAUNCH_CMD_SUCCESS = "... successfully launched"; public static final String LAUNCH_CMD_FAILURE = "... launch failed"; public static final String ELM_SCALE_GETTER = TizenPlatformConstants.TOOLS_TARGET_PATH + "/elm_scale_getter/get_elm_scale ";//FIXME : have to be removed + public static final String WIDGET_LAUNCHED_NOTIFICATION = "result: launched"; //$NON-NLS-1$ // Definitions for on-demand install public static final String CONTROL_EXTENSION = ".control"; -- 2.7.4