From 40c4adcfc957a7ab576062b88b63d35f22122e06 Mon Sep 17 00:00:00 2001 From: Wootak Jung Date: Mon, 30 Nov 2015 15:35:44 +0900 Subject: [PATCH] [2.4][Telephony tutorial] Remove incorrect information in tutorial Change-Id: Ic7729cc6ebbff5fabbf1e831ab974be2e69f6007 Signed-off-by: Wootak Jung --- .../html/native/telephony/telephony_info_tutorial_n.htm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/org.tizen.tutorials/html/native/telephony/telephony_info_tutorial_n.htm b/org.tizen.tutorials/html/native/telephony/telephony_info_tutorial_n.htm index 412213a..2ed78b3 100644 --- a/org.tizen.tutorials/html/native/telephony/telephony_info_tutorial_n.htm +++ b/org.tizen.tutorials/html/native/telephony/telephony_info_tutorial_n.htm @@ -391,7 +391,7 @@ tutorial_telephony_set_noti_cb_sim()

Once the callback function of the SIM state change is registered, this callback function is invoked until it is unregistered with the telephony_unset_noti_cb() function by passing the notification ID.

Getting SIM Information

-

If you know the current SIM state and, it is for example SIM_STATE_AVAILABLE, 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.

+

If you know the current SIM state and, it is for example SIM_STATE_AVAILABLE, 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.

If the function returns SIM_ERROR_NONE, the requested SIM information is received and stored in an output parameter. You must free all returned variables once you are done with them.

@@ -574,4 +574,4 @@ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga - \ No newline at end of file + -- 2.7.4