From: sinikang Date: Wed, 11 Dec 2019 03:16:21 +0000 (+0900) Subject: Fix API reference error X-Git-Tag: accepted/tizen/5.0/unified/20191212.064856^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f0be74fb6ebf94e645969e898fd7c56afe8ce09c;p=platform%2Fcore%2Fapi%2Ftelephony.git Fix API reference error - remove tag - add % for privilege link disabled Change-Id: I2886abdfd0dc53a598d41fd576c2045a1a4ab81c Signed-off-by: sinikang --- diff --git a/include/telephony_modem.h b/include/telephony_modem.h index c37b6a1..887f9ee 100644 --- a/include/telephony_modem.h +++ b/include/telephony_modem.h @@ -58,19 +58,16 @@ typedef enum { * @remarks Since 5.5, privilege level and return type are changed.
The following table shows the impact of changes: - - - - - + + @@ -85,7 +82,6 @@ The following table shows the impact of changes: -
Version 5.0 and lower 5.5 and higher Remarks
Privilegehttp://tizen.org/privilege/telephonyhttp://tizen.org/privilege/securesysteminfo%http://tizen.org/privilege/telephony%http://tizen.org/privilege/securesysteminfo The required privilege is changed.
#TELEPHONY_ERROR_PERMISSION_DENIED If the application doesn't have the required privilege, the error is returned.
* @remarks The applications developed on Tizen 5.0 and lower version having only http://tizen.org/privilege/telephony privilege should check 'permission denied' error. * @@ -136,19 +132,16 @@ int telephony_modem_get_power_status(telephony_h handle, telephony_modem_power_s * @remarks Since 5.5, privilege level and return type are changed.
The following table shows the impact of changes: - - - - - + + @@ -163,7 +156,6 @@ The following table shows the impact of changes: -
Version 5.0 and lower 5.5 and higher Remarks
Privilegehttp://tizen.org/privilege/telephonyhttp://tizen.org/privilege/securesysteminfo%http://tizen.org/privilege/telephony%http://tizen.org/privilege/securesysteminfo The required privilege is changed.
#TELEPHONY_ERROR_PERMISSION_DENIED If the application doesn't have the required privilege, the error is returned.
* @remarks The applications developed on Tizen 5.0 and lower version having only http://tizen.org/privilege/telephony privilege should check 'permission denied' error. * diff --git a/include/telephony_sim.h b/include/telephony_sim.h index 491cf7e..d3a5305 100644 --- a/include/telephony_sim.h +++ b/include/telephony_sim.h @@ -80,19 +80,16 @@ typedef enum { * @remarks Since 5.5, privilege level and return type are changed.
The following table shows the impact of changes: - - - - - + + @@ -107,7 +104,6 @@ The following table shows the impact of changes: -
Version 5.0 and lower 5.5 and higher Remarks
Privilegehttp://tizen.org/privilege/telephonyhttp://tizen.org/privilege/securesysteminfo%http://tizen.org/privilege/telephony%http://tizen.org/privilege/securesysteminfo The required privilege is changed.
#TELEPHONY_ERROR_PERMISSION_DENIED If the application doesn't have the required privilege, the error is returned.
* @remarks The applications developed on Tizen 5.0 and lower version having only http://tizen.org/privilege/telephony privilege should check 'permission denied' error. *