From c8ac335ef551ab7d8ee391033681a855e705e91f Mon Sep 17 00:00:00 2001 From: chanywa Date: Mon, 19 Sep 2016 20:43:41 +0900 Subject: [PATCH] Add a new data key, APP_CONTROL_DATA_LOCATION Change-Id: I6f2327fc0317856b3c9ec18938eb739b5586befe --- include/app_control.h | 6 ++++++ 1 file changed, 6 insertions(+) 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. -- 2.7.4