shortcut_add_to_home("Music Player", LAUNCH_BY_APP, NULL, "/path/to/icon", 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">