* \#include <telephony.h>
*
* @section CAPI_TELEPHONY_INFORMATION_NETWORK_OVERVIEW Overview
- * The Telephony Network Information API allows you to access, but not change the
- * information about the current cellular network and telephony service.
+ * The Telephony Network Information API allows you to access information about the current cellular network and telephony service, but not to change the information.
* @section CAPI_TELEPHONY_INFORMATION_NETWORK_FEATURE Related Features
* This API is related with the following feature:\n
* - http://tizen.org/feature/network.telephony
* \#include <telephony.h>
*
* @section CAPI_TELEPHONY_INFORMATION_SIM_OVERVIEW Overview
- * The Telephony SIM API allows you to extract information stored on a SIM card, but not change the information.
+ * The Telephony SIM API allows you to extract information stored on a SIM card, but not to change the information.
* @section CAPI_TELEPHONY_INFORMATION_SIM_FEATURE Related Features
* This API is related with the following feature:\n
* - http://tizen.org/feature/network.telephony
* \#include <telephony.h>
*
* @section CAPI_TELEPHONY_INFORMATION_MODEM_OVERVIEW Overview
- * The Telephony Modem Information API allows you to access, but not change the information about IMEI.
+ * The Telephony Modem Information API allows you to get modem information such as IMEI, but not to change the information.
* @section CAPI_TELEPHONY_INFORMATION_MODEM_FEATURE Related Features
* This API is related with the following feature:\n
* - http://tizen.org/feature/network.telephony
* @privilege %http://tizen.org/privilege/telephony
*
* @remarks You must release @c imei using free() on success case.
+ * @remarks Since 5.5, privilege level and return type are changed.<br>
+The following table shows the impact of changes:
+<table>
+<thead>
+<tr>
+ <th style='text-align:center;'> Version </th>
+ <th style='text-align:center;'> 5.0 and lower </th>
+ <th style='text-align:center;'> 5.5 and higher </th>
+ <th style='text-align:center;'> Remarks </th>
+ </tr>
+</thead>
+<tbody>
+ <tr>
+ <td>Privilege</td>
+ <td>http://tizen.org/privilege/telephony</td>
+ <td>http://tizen.org/privilege/securesysteminfo</td>
+ <td>The required privilege is changed.</td>
+ </tr>
+ <tr>
+ <td>Privilege level</td>
+ <td>Public</td>
+ <td>Partner</td>
+ <td>The application having partner level privilege can use this API </td>
+ </tr>
+ <tr>
+ <td>Error</td>
+ <td>#TELEPHONY_ERROR_NONE</td>
+ <td>#TELEPHONY_ERROR_PERMISSION_DENIED</td>
+ <td> If the application doesn't have the required privilege, the error is returned.
+ </tr>
+ </tbody>
+</table>
+ * @remarks The applications developed on Tizen 5.0 and lower version having only http://tizen.org/privilege/telephony privilege should check 'permission denied' error.
*
* @param[in] handle The handle from telephony_init()
* @param[out] imei The International Mobile Station Equipment Identity
* @privilege %http://tizen.org/privilege/telephony
*
* @remarks You must release @c meid using free() on success case.
+ * @remarks Since 5.5, privilege level and return type are changed.<br>
+The following table shows the impact of changes:
+<table>
+<thead>
+<tr>
+ <th style='text-align:center;'> Version </th>
+ <th style='text-align:center;'> 5.0 and lower </th>
+ <th style='text-align:center;'> 5.5 and higher </th>
+ <th style='text-align:center;'> Remarks </th>
+ </tr>
+</thead>
+<tbody>
+ <tr>
+ <td>Privilege</td>
+ <td>http://tizen.org/privilege/telephony</td>
+ <td>http://tizen.org/privilege/securesysteminfo</td>
+ <td>The required privilege is changed.</td>
+ </tr>
+ <tr>
+ <td>Privilege level</td>
+ <td>Public</td>
+ <td>Partner</td>
+ <td>The application having partner level privilege can use this API </td>
+ </tr>
+ <tr>
+ <td>Error</td>
+ <td>#TELEPHONY_ERROR_NONE</td>
+ <td>#TELEPHONY_ERROR_PERMISSION_DENIED</td>
+ <td> If the application doesn't have the required privilege, the error is returned.
+ </tr>
+ </tbody>
+</table>
+ * @remarks The applications developed on Tizen 5.0 and lower version having only http://tizen.org/privilege/telephony privilege should check 'permission denied' error.
*
* @param[in] handle The handle from telephony_init()
* @param[out] meid The Mobile Equipment Identifier
* @privilege %http://tizen.org/privilege/telephony
*
* @remarks You must release @c icc_id using free() on success case.
+ * @remarks Since 5.5, privilege level and return type are changed.<br>
+The following table shows the impact of changes:
+<table>
+<thead>
+<tr>
+ <th style='text-align:center;'> Version </th>
+ <th style='text-align:center;'> 5.0 and lower </th>
+ <th style='text-align:center;'> 5.5 and higher </th>
+ <th style='text-align:center;'> Remarks </th>
+ </tr>
+</thead>
+<tbody>
+ <tr>
+ <td>Privilege</td>
+ <td>http://tizen.org/privilege/telephony</td>
+ <td>http://tizen.org/privilege/securesysteminfo</td>
+ <td>The required privilege is changed.</td>
+ </tr>
+ <tr>
+ <td>Privilege level</td>
+ <td>Public</td>
+ <td>Partner</td>
+ <td>The application having partner level privilege can use this API </td>
+ </tr>
+ <tr>
+ <td>Error</td>
+ <td>#TELEPHONY_ERROR_NONE</td>
+ <td>#TELEPHONY_ERROR_PERMISSION_DENIED</td>
+ <td> If the application doesn't have the required privilege, the error is returned.
+ </tr>
+ </tbody>
+</table>
+ * @remarks The applications developed on Tizen 5.0 and lower version having only http://tizen.org/privilege/telephony privilege should check 'permission denied' error.
*
* @param[in] handle The handle from telephony_init()
* @param[out] icc_id The Integrated Circuit Card Identification