[History] Modified feature of battery statistics(http://tizen.org/feature/battery) 68/133768/1
authorSomin Kim <somin926.kim@samsung.com>
Tue, 13 Jun 2017 08:24:42 +0000 (17:24 +0900)
committerSomin Kim <somin926.kim@samsung.com>
Tue, 13 Jun 2017 09:13:32 +0000 (09:13 +0000)
Change-Id: I52d90ba3ca8644bf6e35e449793c534a47c7b502
Signed-off-by: Somin Kim <somin926.kim@samsung.com>
(cherry picked from commit c1287c3f87697339c209863ae8562c4f1eae9a53)

doc/context_history_doc.h

index 4f040ed..c8f9095 100644 (file)
  * For more details about the available filter keys and the data attributes provided by each item,
  * please refer the programming guide and the tutorial.
  *
+ *
+ * @section CAPI_CONTEXT_HISTORY_MODULE_FEATURE Related Features
+ *
+ * Some of the statistic items in this API are related with one of the following features:@n
+ * - http://tizen.org/feature/battery
+ *
+ * It is recommended to design feature related code in your application for reliability.@n
+ * For your convenience, context_history_is_supported() is provided.
+ * Applications can use this function to check the availability of a necessary statistic item in the current device.
+ *
+ * In general, you can check if a device supports the related features for this API by using @ref CAPI_SYSTEM_SYSTEM_INFO_MODULE,
+ * thereby controlling the procedure of your application.
+ * 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.
+ * 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>
  */