modify description for launch_mode
authorJunghoon, Park <jh9216.park@samsung.com>
Tue, 14 Jul 2015 06:35:40 +0000 (15:35 +0900)
committerJunghoon, Park <jh9216.park@samsung.com>
Tue, 14 Jul 2015 06:36:36 +0000 (15:36 +0900)
Change-Id: Ifd458c5e94879a4143c1f1cbfbcc2dc59444fd20
Signed-off-by: Junghoon, Park <jh9216.park@samsung.com>
org.tizen.devtools/html/native_tools/manifest_text_editor_n.htm

index 2774185..8edf2c3 100644 (file)
     </tr>
 <tr>
 <td> <p>Application launch mode.</p>
-<p>By default, this value is set to <span style="font-family: Courier New,Courier,monospace">caller</span>.</p>
+<p>By default, this value is set to <span style="font-family: Courier New,Courier,monospace">single</span>.</p>
          <p><strong>Expected value:</strong> </p>      
          <ul>
-<li><span style="font-family: Courier New,Courier,monospace">single</span> (launched as a main application)</li> 
+<li><span style="font-family: Courier New,Courier,monospace">single</span> (launched as a main application)</li>
+<li><span style="font-family: Courier New,Courier,monospace">group</span> (launched as a sub application)</li> 
 <li><span style="font-family: Courier New,Courier,monospace">caller</span> (caller application defines the launch mode with the <span style="font-family: Courier New,Courier,monospace">app_control_set_launch_mode()</span> function)</li> 
       </ul>
 </td> 
@@ -1665,4 +1666,4 @@ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga
 </script>
 
 </body>
-</html>
\ No newline at end of file
+</html>