Apply TCSACR-288 Tizen.Telephony (#1075)
authorsinikang <sinikang@samsung.com>
Tue, 15 Oct 2019 22:41:51 +0000 (07:41 +0900)
committerWonYoung Choi <wy80.choi@samsung.com>
Tue, 15 Oct 2019 22:41:51 +0000 (07:41 +0900)
* Apply TCSACR-288 Tizen.Telephony

* Update Modem.cs

spelling correct done

* Update Sim.cs

spelling correct done

src/Tizen.Telephony/Tizen.Telephony/Modem.cs
src/Tizen.Telephony/Tizen.Telephony/Sim.cs

index 2451b53..96ecb0f 100644 (file)
@@ -80,8 +80,14 @@ namespace Tizen.Telephony
         /// Gets the IMEI (International Mobile Station Equipment Identity) of a mobile phone.
         /// The IMEI number is used by a GSM network to identify valid devices and therefore, can be used for stopping a stolen phone from accessing that network.
         /// </summary>
+        /// <remarks>
+        /// To avoid the unexpected behavior of old version applications that have http://tizen.org/privilege/telephony privilege. There is an exceptional handling in case of permission denied.
+        /// For an application with API version 6 or higher, if an application doesn't have http://tizen.org/privilege/securesysteminfo privilege, it sets with empty string.
+        /// For an application with API version lower than 6. if an application has http://tizen.org/privilege/telephony privilege, it sets with a pseudo value.
+        /// </remarks>
         /// <since_tizen> 3 </since_tizen>
-        /// <privilege>http://tizen.org/privilege/telephony</privilege>
+        /// <privilege>http://tizen.org/privilege/securesysteminfo</privilege>
+        /// <privlevel>partner</privlevel>
         /// <value>
         /// The International Mobile Station Equipment Identity.
         /// Empty string if unable to complete the operation.
@@ -130,8 +136,14 @@ namespace Tizen.Telephony
         /// <summary>
         /// Gets the MEID (Mobile Equipment Identifier) of a mobile phone (for CDMA).
         /// </summary>
+        /// <remarks>
+        /// To avoid the unexpected behavior of old version applications that have http://tizen.org/privilege/telephony privilege. There is an exceptional handling in case of permission denied.
+        /// For an application with API version 6 or higher, if an application doesn't have http://tizen.org/privilege/securesysteminfo privilege, it sets with empty string.
+        /// For an application with API version lower than 6. if an application has http://tizen.org/privilege/telephony privilege, it sets with a pseudo value.
+        /// </remarks>
         /// <since_tizen> 3 </since_tizen>
-        /// <privilege>http://tizen.org/privilege/telephony</privilege>
+        /// <privilege>http://tizen.org/privilege/securesysteminfo</privilege>
+        /// <privlevel>partner</privlevel>
         /// <value>
         /// The Mobile Equipment Identifier.
         /// Empty string if unable to complete the operation.
index 0ef4b7f..6387665 100644 (file)
@@ -129,8 +129,14 @@ namespace Tizen.Telephony
         /// Gets the Integrated Circuit Card IDentification (ICC-ID).
         /// The Integrated Circuit Card Identification number internationally identifies SIM cards.
         /// </summary>
+        /// <remarks>
+        /// To avoid the unexpected behavior of old version applications that have http://tizen.org/privilege/telephony privilege. There is an exceptional handling in case of permission denied.
+        /// For an application with API version 6 or higher, if an application doesn't have http://tizen.org/privilege/securesysteminfo privilege, it sets with empty string.
+        /// For an application with API version lower than 6. if an application has http://tizen.org/privilege/telephony privilege, it sets with a pseudo value.
+        /// </remarks>
         /// <since_tizen> 3 </since_tizen>
-        /// <privilege>http://tizen.org/privilege/telephony</privilege>
+        /// <privilege>http://tizen.org/privilege/securesysteminfo</privilege>
+        /// <privlevel>partner</privlevel>
         /// <value>
         /// The Integrated Circuit Card Identification.
         /// Empty string if unable to complete the operation.