Add a new data key, APP_CONTROL_DATA_LOCATION 18/88518/1 accepted/tizen/common/20160922.120635 accepted/tizen/ivi/20160922.233216 accepted/tizen/mobile/20160922.233205 accepted/tizen/tv/20160922.233213 accepted/tizen/wearable/20160922.233209 submit/tizen/20160922.021642
authorchanywa <cbible.kim@samsung.com>
Mon, 19 Sep 2016 11:43:41 +0000 (20:43 +0900)
committerchanywa <cbible.kim@samsung.com>
Mon, 19 Sep 2016 11:43:41 +0000 (20:43 +0900)
Change-Id: I6f2327fc0317856b3c9ec18938eb739b5586befe

include/app_control.h

index b066acf..42ccc4e 100644 (file)
@@ -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.