Deprecate app_control operation and data type for privacy setting 47/290847/3
authorYunjin Lee <yunjin-.lee@samsung.com>
Tue, 4 Apr 2023 07:28:35 +0000 (16:28 +0900)
committerYunjin Lee <yunjin-.lee@samsung.com>
Wed, 5 Apr 2023 01:13:18 +0000 (10:13 +0900)
- Deprecate since Tizen 7.5
  - APP_CONTROL_OPERATION_RPVIACY_SETTING_GUIDE
  - APP_CONTROL_DATA_FEATURE
  - APP_CONTROL_DATA_PRIVILEGES

Change-Id: I8487a6fde8633b6f9c139f0212296ead1af34af3
Signed-off-by: Yunjin Lee <yunjin-.lee@samsung.com>
include/app_control.h

index 3135f76..75e88fe 100644 (file)
@@ -363,6 +363,7 @@ typedef enum {
 #define APP_CONTROL_OPERATION_MEDIA_CONTROLLER "http://tizen.org/appcontrol/operation/media_control"
 
 /**
+ * @deprecated Deprecated since 7.5.
  * @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
@@ -383,12 +384,14 @@ typedef enum {
 #define APP_CONTROL_OPERATION_INTENT "http://tizen.org/appcontrol/operation/intent"
 
 /**
+ * @deprecated Deprecated since 7.5.
  * @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.
  * @brief Definition for the app_control data: List of privileges.
  * @since_tizen @if WEARABLE 5.0 @endif
  */