From: Somin Kim Date: Tue, 13 Jun 2017 08:24:42 +0000 (+0900) Subject: [History] Modified feature of battery statistics(http://tizen.org/feature/battery) X-Git-Tag: accepted/tizen/unified/20170705.162927~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4c39bac5af93711ad3cb95f5b33c7836fb58f977;p=platform%2Fcore%2Fapi%2Fcontext.git [History] Modified feature of battery statistics(tizen.org/feature/battery) Change-Id: I52d90ba3ca8644bf6e35e449793c534a47c7b502 Signed-off-by: Somin Kim (cherry picked from commit c1287c3f87697339c209863ae8562c4f1eae9a53) --- diff --git a/doc/context_history_doc.h b/doc/context_history_doc.h index 4f040ed..c8f9095 100644 --- a/doc/context_history_doc.h +++ b/doc/context_history_doc.h @@ -34,4 +34,20 @@ * 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 + * Feature Element. */