summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchanywa <cbible.kim@samsung.com>2016-09-19 20:43:41 +0900
committerchanywa <cbible.kim@samsung.com>2016-09-19 20:43:41 +0900
commitc8ac335ef551ab7d8ee391033681a855e705e91f (patch)
tree6afeb249536ca92f20102f69186460e9c8245052
parentd4f2b8b8556f9a484dee77255d2010ff49cff16a (diff)
downloadapplication-c8ac335ef551ab7d8ee391033681a855e705e91f.tar.gz
application-c8ac335ef551ab7d8ee391033681a855e705e91f.tar.bz2
application-c8ac335ef551ab7d8ee391033681a855e705e91f.zip
Change-Id: I6f2327fc0317856b3c9ec18938eb739b5586befe
-rw-r--r--include/app_control.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/app_control.h b/include/app_control.h
index b066acf..42ccc4e 100644
--- a/include/app_control.h
+++ b/include/app_control.h
@@ -479,6 +479,12 @@ typedef enum {
#define APP_CONTROL_DATA_NAME "http://tizen.org/appcontrol/data/name"
/**
+ * @brief Definition for app_control data: Location
+ * @since_tizen 3.0
+ */
+#define APP_CONTROL_DATA_LOCATION "http://tizen.org/appcontrol/data/location"
+
+/**
* @brief Definition for app_control data: Select the type of input method
* @details Type: "input_voice" Launch input method with voice type.
* "input_emoticon" Launch input method with emoticon type.