* @privlevel public
* @privilege %http://tizen.org/privilege/telephony
*
+ * @remarks If applications have no corresponding privilege for this API, callback will not be invoked although API returns success.
+ *
* @param[in] handle The handle to use the telephony API
* @param[in] noti_id The notification ID to set the callback
* @param[in] cb The callback to be invoked when the telephony state changes
*
* @retval #TELEPHONY_ERROR_NONE Successful
* @retval #TELEPHONY_ERROR_INVALID_PARAMETER Invalid parameter
- * @retval #TELEPHONY_ERROR_PERMISSION_DENIED Permission denied
* @retval #TELEPHONY_ERROR_NOT_SUPPORTED Not supported
* @retval #TELEPHONY_ERROR_OPERATION_FAILED Operation failed
*
* @privlevel public
* @privilege %http://tizen.org/privilege/telephony
*
+ * @remarks If applications have no corresponding privilege for this API, callback will not be invoked although API returns success.
+ *
* @param[in] handle The handle to use the telephony API
* @param[in] noti_id The notification ID to unset a callback
*
*
* @retval #TELEPHONY_ERROR_NONE Successful
* @retval #TELEPHONY_ERROR_INVALID_PARAMETER Invalid parameter
- * @retval #TELEPHONY_ERROR_PERMISSION_DENIED Permission denied
* @retval #TELEPHONY_ERROR_NOT_SUPPORTED Not supported
* @retval #TELEPHONY_ERROR_OPERATION_FAILED Operation failed
*