From: Wootak Jung Date: Wed, 9 Mar 2016 06:34:27 +0000 (+0900) Subject: Complemented doxygen for modified privilege X-Git-Tag: submit/tizen/20160317.052726~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=32d1fc80b2a7437e3bbdb147f3322e5f7de5fddb;p=platform%2Fcore%2Fapi%2Ftelephony.git Complemented doxygen for modified privilege Change-Id: I57e39c387aebebaa6d214e2e9de6d483d75971b5 --- diff --git a/include/telephony_common.h b/include/telephony_common.h index 9dad44f..8994043 100644 --- a/include/telephony_common.h +++ b/include/telephony_common.h @@ -86,7 +86,8 @@ typedef enum { Privilege : http://tizen.org/privilege/telephony */ TELEPHONY_NOTI_NETWORK_CELLID, /**< Notification to be invoked when the cell ID changes. @n 'cell_id(int)' will be delivered in notification data @n - Privilege : http://tizen.org/privilege/location.coarse (@b Since: 3.0) */ + Privilege : http://tizen.org/privilege/location.coarse (@b Since: 3.0) @n + http://tizen.org/privilege/telephony privilege is no longer required since 3.0. */ TELEPHONY_NOTI_NETWORK_ROAMING_STATUS, /**< Notification to be invoked when the roaming status changes. @n 'roaming_status(bool)' will be delivered in notification data @n Privilege : http://tizen.org/privilege/telephony */ diff --git a/include/telephony_network.h b/include/telephony_network.h index 24b892f..dfba9d6 100644 --- a/include/telephony_network.h +++ b/include/telephony_network.h @@ -141,7 +141,8 @@ typedef enum { * @privilege %http://tizen.org/privilege/location.coarse * * @remarks This API can be used in GSM / WCDMA network. @n - * http://tizen.org/privilege/location.coarse privilege is required to use this API since 3.0. + * http://tizen.org/privilege/location.coarse privilege is required to use this API since 3.0. @n + * http://tizen.org/privilege/telephony privilege is no longer required since 3.0. * * @param[in] handle The handle from telephony_init() * @param[out] lac The Location Area Code, -1 if unknown @@ -168,7 +169,8 @@ int telephony_network_get_lac(telephony_h handle, int *lac); * @privilege %http://tizen.org/privilege/location.coarse * * @remarks This API can be used in GSM / WCDMA / LTE network. @n - * http://tizen.org/privilege/location.coarse privilege is required to use this API since 3.0. + * http://tizen.org/privilege/location.coarse privilege is required to use this API since 3.0. @n + * http://tizen.org/privilege/telephony privilege is no longer required since 3.0. * * @param[in] handle The handle from telephony_init() * @param[out] cell_id The cell identification number, -1 if unknown