Complemented doxygen for modified privilege 04/61604/1
authorWootak Jung <wootak.jung@samsung.com>
Wed, 9 Mar 2016 06:34:27 +0000 (15:34 +0900)
committerWootak Jung <wootak.jung@samsung.com>
Wed, 9 Mar 2016 06:34:43 +0000 (15:34 +0900)
Change-Id: I57e39c387aebebaa6d214e2e9de6d483d75971b5

include/telephony_common.h
include/telephony_network.h

index 9dad44ff6de98d417c303436eac8b2f052706379..8994043a48f72ddbc9d001a223c88e261035289d 100644 (file)
@@ -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 */
index 24b892fdd3d6b41133932df79f241431198bf463..dfba9d67f7bd18fbbc5c4b4cb28f7a54351f78af 100644 (file)
@@ -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