From 57dd6f315447f95620ca9e9110b25fa5e65085ff Mon Sep 17 00:00:00 2001 From: Hwankyu Jhun Date: Wed, 3 Feb 2016 11:09:44 +0900 Subject: [PATCH] Add new app_control operation for VPN service settings Change-Id: I7cdde40584fac8912be1ef888fb1d44d65cae107 Signed-off-by: Hwankyu Jhun --- include/app_control.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/include/app_control.h b/include/app_control.h index 38b6b12..2de89a6 100644 --- a/include/app_control.h +++ b/include/app_control.h @@ -323,6 +323,14 @@ typedef enum { #define APP_CONTROL_OPERATION_SETTING_WIFI "http://tizen.org/appcontrol/operation/setting/wifi" /** + * @brief Definition for the app control operation: Shows VPN service settings. + * @details Input: Nothing\n + * Output: Nothing\n + * @since_tizen 3.0 + */ +#define APP_CONTROL_OPERATION_SETTING_VPN "http://tizen.org/appcontrol/operation/setting/vpn" + +/** * @brief Definition for app_control data: Subject * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif */ -- 2.7.4