Modify common app control spec: remove 'support by default' statements
authorJin-Woo Jeong <jinw.jeong@samsung.com>
Wed, 23 Sep 2015 01:07:50 +0000 (10:07 +0900)
committerJin-Woo Jeong <jinw.jeong@samsung.com>
Wed, 23 Sep 2015 01:08:19 +0000 (10:08 +0900)
Change-Id: I6f9115e49e1d848773ad2b0661c0892114b6469c

org.tizen.guides/html/native/app/common_appcontrol_n.htm

index 8ae620b..b214bfe 100755 (executable)
@@ -100,16 +100,6 @@ app_control_destroy(app_control);
 <h3>Loading a Web Page</h3>
 
 <p>To open a web page, use the <span style="font-family: Courier New,Courier,monospace">APP_CONTROL_OPERATION_VIEW</span> operation and specify the Web URL in the URI.</p>
-<table class="note">
-  <tbody>
-    <tr>
-      <th class="note">Note</th>
-    </tr>
-    <tr>
-      <td class="note">Tizen mobile platform provides this application control by default. </td>
-    </tr>
-  </tbody>
-</table>
 <p class="figure">Figure: Loading a Web page</p>
 <p align="center"><img width = "240" heiht = "480" src="../../images/common_appcontrol_browser2.png" alt="Loading a Web page" /></p>
 
@@ -1310,16 +1300,6 @@ app_control_destroy(service);
 <h3>Retrieve a specific type of file</h3>
 
 <p>To select any kind of file from the storage, use the <span style="font-family: Courier New,Courier,monospace">APP_CONTROL_OPERATION_PICK</span> operation with the corresponding MIME type. To give options for pick operation, refer to the extras defined below.</p>
-<table class="note">
-  <tbody>
-    <tr>
-      <th class="note">Note</th>
-    </tr>
-    <tr>
-      <td class="note">Tizen mobile platform provides this application control by default. </td>
-    </tr>
-  </tbody>
-</table>
 <h4>Operation</h4>
        <p><span style="font-family: Courier New,Courier,monospace">APP_CONTROL_OPERATION_PICK</span></p>
 <h4>URI</h4>
@@ -1798,16 +1778,6 @@ app_control_send_launch_request(service, NULL, NULL);
 <h2 id="multimedia" name="multimedia">Multimedia</h2>
 <h3>Play an audio/video file</h3>
 <p> You can play an audio/video file by using <span style="font-family: Courier New,Courier,monospace">APP_CONTROL_OPERATION_VIEW</span> operation with an URI. URI and MIME type are defined below.
-<table class="note">
-  <tbody>
-    <tr>
-      <th class="note">Note</th>
-    </tr>
-    <tr>
-      <td class="note">Tizen mobile platform provides this application control by default. </td>
-    </tr>
-  </tbody>
-</table>
 <h4>Operation</h4>
        <p><span style="font-family: Courier New,Courier,monospace">APP_CONTROL_OPERATION_VIEW</span></p>
 <h4>URI (Mandatory)</h4>
@@ -1878,16 +1848,6 @@ int play_audio_operation(const char* audio_uri)
 
 <h3>View an image file</h3>
 <p> You can display an image file by using <span style="font-family: Courier New,Courier,monospace">APP_CONTROL_OPERATION_VIEW</span> operation with an URI. URI and MIME type are defined below.</p>
-<table class="note">
-  <tbody>
-    <tr>
-      <th class="note">Note</th>
-    </tr>
-    <tr>
-      <td class="note">Tizen mobile platform provides this application control by default. </td>
-    </tr>
-  </tbody>
-</table>
 <h4>Operation</h4>
        <p><span style="font-family: Courier New,Courier,monospace">APP_CONTROL_OPERATION_VIEW</span></p>
 <h4>URI (Mandatory)</h4>
@@ -1948,16 +1908,6 @@ int view_image_operation(const char* image_uri)
 
 <h3>Retrieve a media file</h3>
 <p> You can retrieve a specific type of media file by using <span style="font-family: Courier New,Courier,monospace">APP_CONTROL_OPERATION_PICK</span> operation. URI, MIME type, and extra for input and output are defined below.</p>
-<table class="note">
-  <tbody>
-    <tr>
-      <th class="note">Note</th>
-    </tr>
-    <tr>
-      <td class="note">Tizen mobile platform provides this application control by default. </td>
-    </tr>
-  </tbody>
-</table>
 <h4>Operation</h4>
        <p><span style="font-family: Courier New,Courier,monospace">APP_CONTROL_OPERATION_PICK</span></p>
 <h4>URI</h4>