From: chanywa Date: Mon, 19 Sep 2016 11:43:41 +0000 (+0900) Subject: Add a new data key, APP_CONTROL_DATA_LOCATION X-Git-Tag: submit/tizen/20170725.231500~6^2~41 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c8ac335ef551ab7d8ee391033681a855e705e91f;p=platform%2Fcore%2Fapi%2Fpreference.git Add a new data key, APP_CONTROL_DATA_LOCATION Change-Id: I6f2327fc0317856b3c9ec18938eb739b5586befe --- 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 @@ -478,6 +478,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.