Tutorial for shortcut is updated.
authorKyuho Jo <kyuho.jo@samsung.com>
Mon, 14 Sep 2015 11:17:58 +0000 (20:17 +0900)
committerKyuho Jo <kyuho.jo@samsung.com>
Mon, 14 Sep 2015 11:17:58 +0000 (20:17 +0900)
Change-Id: Ifb319ca59eeab3f7264160dd70c101f3ccb815c2
Signed-off-by: Kyuho Jo <kyuho.jo@samsung.com>
org.tizen.tutorials/html/native/app_framework/shortcut_tutorial_n.htm

index b94b7ca..29193f2 100644 (file)
@@ -67,7 +67,7 @@
 shortcut_add_to_home(&quot;Music Player&quot;, LAUNCH_BY_APP, NULL, &quot;/path/to/icon&quot;, 1, result_cb, NULL);
 </pre>
 
-<p>To add a shortcut, you have to know the package name and set an icon for the application. The icon parameter can be set to <span style="font-family: Courier New,Courier,monospace">NULL</span> (as above) to add a default icon for the application.</p></li>
+<p>The icon parameter can be set to <span style="font-family: Courier New,Courier,monospace">NULL</span> to add a default icon for the application.</p></li>
 
 <li><p>Define a callback function to track possible errors:</p>
 <pre class="prettyprint">