From 14657e5e3459057ab5ef010ba1e2ea9d8983e14b Mon Sep 17 00:00:00 2001 From: "bg.chun" Date: Fri, 25 Sep 2015 14:22:55 +0900 Subject: [PATCH] [appcontrol] webapi sepc: remove 'support by default' statment Change-Id: Ifc83f08f3b57b8718bd0ec543a0d23727e862868 Signed-off-by: bg.chun --- .../web/tizen/application/common_appcontrol_w.htm | 50 ---------------------- 1 file changed, 50 deletions(-) diff --git a/org.tizen.guides/html/web/tizen/application/common_appcontrol_w.htm b/org.tizen.guides/html/web/tizen/application/common_appcontrol_w.htm index ca4042e..b075743 100644 --- a/org.tizen.guides/html/web/tizen/application/common_appcontrol_w.htm +++ b/org.tizen.guides/html/web/tizen/application/common_appcontrol_w.htm @@ -110,16 +110,6 @@ tizen.application.launchAppControl(

Loading a Web Page

To open a web page, use the http://tizen.org/appcontrol/operation/view operation and specify the Web URL in the URI.

- - - - - - - - - -
Note
Tizen mobile platform provides this application control by default.

Figure: Loading a Web page

Loading a Web page

@@ -1424,16 +1414,6 @@ tizen.application.launchAppControl(

Retrieve a specific type of file

To select any kind of file from the storage, use the http://tizen.org/appcontrol/operation/pick operation with the corresponding MIME type. To give options for pick operation, refer to the extras defined below.

- - - - - - - - - -
Note
Tizen mobile platform provides this application control by default.

Operation

http://tizen.org/appcontrol/operation/pick

URI

@@ -1907,16 +1887,6 @@ tizen.application.launchAppControl(

Multimedia

Play an audio/video file

You can play an audio/video file by using http://tizen.org/appcontrol/operation/view operation with an URI. URI and MIME type are defined below. - - - - - - - - - -
Note
Tizen mobile platform provides this application control by default.

Operation

http://tizen.org/appcontrol/operation/view

URI (Mandatory)

@@ -1965,16 +1935,6 @@ tizen.application.launchAppControl(

View an image file

You can display an image file by using http://tizen.org/appcontrol/operation/view operation with an URI. URI and MIME type are defined below.

- - - - - - - - - -
Note
Tizen mobile platform provides this application control by default.

Operation

http://tizen.org/appcontrol/operation/view

URI (Mandatory)

@@ -2014,16 +1974,6 @@ tizen.application.launchAppControl(

Retrieve a media file

You can retrieve a specific type of media file by using http://tizen.org/appcontrol/operation/pick operation. URI, MIME type, and extra for input and output are defined below.

- - - - - - - - - -
Note
Tizen mobile platform provides this application control by default.

Operation

http://tizen.org/appcontrol/operation/pick

URI

-- 2.7.4