[Tutorial][Telephony] Remove non-public API
authorWootak Jung <wootak.jung@samsung.com>
Mon, 3 Aug 2015 07:10:19 +0000 (16:10 +0900)
committerWootak Jung <wootak.jung@samsung.com>
Mon, 3 Aug 2015 07:11:17 +0000 (16:11 +0900)
Change-Id: Id24cd6ec5bdeec0256dec4216434c85a2fb49299
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
org.tizen.tutorials/html/native/telephony/telephony_info_tutorial_n.htm

index 0b92f5e..2891677 100644 (file)
@@ -253,7 +253,7 @@ void voice_call_status_noti_cb(telephony_h handle, telephony_noti_e noti_id, voi
 &nbsp;&nbsp;&nbsp;ret_value = telephony_call_get_call_list(handle_list.handle[0], &amp;count, &amp;call_list);
 &nbsp;&nbsp;&nbsp;if (ret_value != TELEPHONY_ERROR_NONE) 
 &nbsp;&nbsp;&nbsp;{
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;LOGE(&quot;telephony_call_get_call_list() failed!!!zz [0x%x]&quot;, ret_value);
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;dlog_print(DLOG_INFO, LOG_TAG, &quot;telephony_call_get_call_list() failed!!! [0x%x]&quot;, ret_value);
 &nbsp;&nbsp;&nbsp;} 
 &nbsp;&nbsp;&nbsp;else 
 &nbsp;&nbsp;&nbsp;{
@@ -523,16 +523,16 @@ void tutorial_telephony_modem_get_imei()
 <p class="footer">Except as noted, this content - excluding the Code Examples - is licensed under <a href="http://creativecommons.org/licenses/by/3.0/legalcode" target="_blank">Creative Commons Attribution 3.0</a> and all of the Code Examples contained herein are licensed under <a href="https://www.tizen.org/bsd-3-clause-license" target="_blank">BSD-3-Clause</a>.<br/>For details, see the <a href="https://www.tizen.org/content-license" target="_blank">Content License</a>.</p>
 </div>
 
-  <script type="text/javascript">\r
-var _gaq = _gaq || [];\r
-_gaq.push(['_setAccount', 'UA-25976949-1']);\r
-_gaq.push(['_trackPageview']);\r
-(function() {\r
-var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;\r
-ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';\r
-var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);\r
-})();\r
+  <script type="text/javascript">
+var _gaq = _gaq || [];
+_gaq.push(['_setAccount', 'UA-25976949-1']);
+_gaq.push(['_trackPageview']);
+(function() {
+var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+})();
 </script>
 
  </body>
-</html>
\ No newline at end of file
+</html>