Add privacy feature and deprecate redundant API
[platform/core/security/privilege-info.git] / doc / privilege-info_doc.h
index d65741a..816e384 100755 (executable)
  * A library for reading privilege information of the given privilege and API issue version.
  * It provides the display name or description of privileges.
  * If there's no matching privilege then it shows last token of given privilege or description string for undefined privileges.
+ *
+ * @section CAPI_SECURITY_FRAMEWORK_PRIVILEGE_INFO_MODULE_FEATURE Related Features
+ * This API is related with the following features:\n
+ * - http://tizen.org/feature/security.privacy_privilege\n
+ * It is recommended to design feature related codes in your application for reliability.\n
+ * You can check if a device supports the related features for this API by using @ref CAPI_SYSTEM_SYSTEM_INFO_MODULE, and control your application's actions accordingly.\n
+ * To ensure your application is only running on the device with specific features, please define the features in your manifest file using the manifest editor in the SDK.\n
+ * More details on featuring your application can be found from <a href="https://developer.tizen.org/development/tizen-studio/native-tools/configuring-your-app/manifest-text-editor#feature"><b>Feature Element</b>.</a>
  */