Add description of package id and app id restriction 40/156940/3
authorSemun Lee <semun.lee@samsung.com>
Sun, 22 Oct 2017 23:53:39 +0000 (08:53 +0900)
committerEditor Lionbridge <TizenEditor.SEL@lionbridge.com>
Tue, 24 Oct 2017 11:40:57 +0000 (14:40 +0300)
PS3: Reviewed

Change-Id: If302bc0fdad8e7db01bae41329429a03ae3b96bf
Signed-off-by: Semun Lee <semun.lee@samsung.com>
org.tizen.studio/html/native_tools/manifest_text_editor_n.htm
org.tizen.training/html/native/app_model/application_model_n.htm

index 9cfa30d..a601e2f 100644 (file)
 </li>
 <li><p><code>package</code></p>
 <p>Package of the application (available value: <code>"org.tizen.&lt;applicationName&gt;"</code>)</p>
+<p>You can use the a~z, A~Z, 0~9, ".", "-", and "_" characters, and the value must be shorter than 50 characters.</p>
 </li>
 <li><p><code>type</code></p>
 <p>Package type of the application (available value: <code>"tpk"</code>)</p>
          <ul>
 <li><code>appid</code>
 <p>Application unique ID (string)</p>
+<p>You can use the a~z, A~Z, 0~9, ".", "-", and "_" characters, and the value must be shorter than 50 characters.</p>
 <p>This can be used for launching or terminating the application explicitly.</p></li>
        <li><code>exec</code>
           <p>Application executable file path (string)</p></li>
index dd843f8..6c1bd2c 100644 (file)
@@ -110,6 +110,7 @@ These devices have constraints, such as relatively small screen sizes and lack o
 </li>
 </ul>
 
+<p>You can use the a~z, A~Z, 0~9, ".", "-", and "_" characters for the package and application ID. Both values must be shorter than 50 characters.</p>
 <p>The following figure shows how to use the package and application ID.</p>
 
     <p align="center"><strong>Figure: Package ID and application ID</strong></p>