* Input: APP_CONTROL_DATA_FEATURE in extra is the text of the feature or function name which requires privacy privileges. \n
* Input: APP_CONTROL_DATA_PRIVILEGES in extra is the text array of the required privileges. This is a mandatory field. \n
* Output: APP_CONTROL_DATA_SELECTED in extra. The value is "yes" or "no" according to the user response. \n
- * @since_tizen @if WEARABLE 5.0 @endif
+ * @since_tizen 5.0
*/
#define APP_CONTROL_OPERATION_PRIVACY_SETTING_GUIDE "http://tizen.org/appcontrol/operation/guide_privacy_setting"
/**
* @deprecated Deprecated since 8.0.
* @brief Definition for the app_control data: Feature of function name.
- * @since_tizen @if WEARABLE 5.0 @endif
+ * @since_tizen 5.0
*/
#define APP_CONTROL_DATA_FEATURE "http://tizen.org/appcontrol/data/feature"
/**
* @deprecated Deprecated since 8.0.
* @brief Definition for the app_control data: List of privileges.
- * @since_tizen @if WEARABLE 5.0 @endif
+ * @since_tizen 5.0
*/
#define APP_CONTROL_DATA_PRIVILEGES "http://tizen.org/appcontrol/data/privileges"