[2.4][Telephony tutorial] Remove incorrect information in tutorial
authorWootak Jung <wootak.jung@samsung.com>
Mon, 30 Nov 2015 06:35:44 +0000 (15:35 +0900)
committerWootak Jung <wootak.jung@samsung.com>
Mon, 30 Nov 2015 06:37:33 +0000 (15:37 +0900)
Change-Id: Ic7729cc6ebbff5fabbf1e831ab974be2e69f6007
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
org.tizen.tutorials/html/native/telephony/telephony_info_tutorial_n.htm

index 412213a..2ed78b3 100644 (file)
@@ -391,7 +391,7 @@ tutorial_telephony_set_noti_cb_sim()
 <p>Once the callback function of the SIM state change is registered, this callback function is invoked until it is unregistered with the <span style="font-family: Courier New,Courier,monospace">telephony_unset_noti_cb()</span> function by passing the notification ID.</p>
 
 <h3 name="sim_info" id="sim_info">Getting SIM Information</h3>
-<p>If you know the current SIM state and, it is for example <span style="font-family: Courier New,Courier,monospace">SIM_STATE_AVAILABLE</span>, call the SIM API to get the following information from the SIM card: ICC-ID, operator (MCC+MNC), MSIN, SPN, subscriber name, subscriber number, subscriber ID, and application list.</p>
+<p>If you know the current SIM state and, it is for example <span style="font-family: Courier New,Courier,monospace">SIM_STATE_AVAILABLE</span>, call the SIM API to get the following information from the SIM card: ICC-ID, operator (MCC+MNC), MSIN, SPN, subscriber number, subscriber ID, and application list.</p>
 
 <p>If the function returns <span style="font-family: Courier New,Courier,monospace">SIM_ERROR_NONE</span>, the requested SIM information is received and stored in an output parameter. You must free all returned variables once you are done with them.</p>
 
@@ -574,4 +574,4 @@ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga
 </script>
 
  </body>
-</html>
\ No newline at end of file
+</html>