#define APP_CONTROL_OPERATION_MEDIA_CONTROLLER "http://tizen.org/appcontrol/operation/media_control"
/**
- * @deprecated Deprecated since 7.5.
+ * @deprecated Deprecated since 8.0.
* @brief Definition for the application control operation: Shows guide popup to privacy settings.
* @details Input: APP_CONTROL_DATA_TYPE in extra is the text of guide type("open" or "use"). This is a mandatory field.\n
* Input: APP_CONTROL_DATA_FEATURE in extra is the text of the feature or function name which requires privacy privileges. \n
#define APP_CONTROL_OPERATION_INTENT "http://tizen.org/appcontrol/operation/intent"
/**
- * @deprecated Deprecated since 7.5.
+ * @deprecated Deprecated since 8.0.
* @brief Definition for the app_control data: Feature of function name.
* @since_tizen @if WEARABLE 5.0 @endif
*/
#define APP_CONTROL_DATA_FEATURE "http://tizen.org/appcontrol/data/feature"
/**
- * @deprecated Deprecated since 7.5.
+ * @deprecated Deprecated since 8.0.
* @brief Definition for the app_control data: List of privileges.
* @since_tizen @if WEARABLE 5.0 @endif
*/
/**
* @brief Sets the window position of application.
- * @since_tizen 7.5
+ * @since_tizen 8.0
*
* @param[in] app_control The app_control handle
* @param[in] x x position of application's left top
/**
* @brief Gets the window position of application.
- * @since_tizen 7.5
+ * @since_tizen 8.0
*
* @param[in] app_control The app_control handle
* @param[out] x x position of application's left top
* If the operation is #APP_CONTROL_OPERATION_DEFAULT, the application ID is mandatory to explicitly launch the application. \n
* It can set receiving timeout using @a timeout parameter.
* If there is an error that is not related to timeout, the error is returned immediately regardless of the @a timeout value.
- * @since_tizen 7.5
+ * @since_tizen 8.0
* @privlevel public
* @privilege %http://tizen.org/privilege/appmanager.launch
* @remarks The function returns #APP_CONTROL_ERROR_LAUNCH_REJECTED if the operation value is #APP_CONTROL_OPERATION_LAUNCH_ON_EVENT which is only for handling the event from the platform or other application, refer to the @ref CAPI_EVENT_MODULE module.
/**
* @brief Called when the default application information is delivered.
* @remarks The @a appid MUST NOT be released by the application.
- * @since_tizen 7.5
+ * @since_tizen 8.0
*
* @param[in] appid The default application ID
* @param[in] user_data The user data passed from the foreach function
/**
* @brief Retrieves all default applications.
- * @since_tizen 7.5
+ * @since_tizen 8.0
*
* @param[in] callback The iteration callback function
* @param[in] user_data The user data to be passed to the callback function