From: Hwankyu Jhun Date: Wed, 3 Feb 2016 02:09:44 +0000 (+0900) Subject: Add new app_control operation for VPN service settings X-Git-Tag: submit/tizen/20170725.231500~6^2~88 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=57dd6f315447f95620ca9e9110b25fa5e65085ff;p=platform%2Fcore%2Fapi%2Fpreference.git Add new app_control operation for VPN service settings Change-Id: I7cdde40584fac8912be1ef888fb1d44d65cae107 Signed-off-by: Hwankyu Jhun --- 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 @@ -322,6 +322,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