Hi,

Is that what you are looking for?
https://developer.tizen.org/help/index.jsp?topic=%2Forg.tizen.web.appprogramming%2Fhtml%2Fguide%2Fapp_guide%2Fapplication_service.htm

Especially this section:

-----

To allow other applications to use the functionalities of your application
(basically, to allow the system to launch your application based on a
request from another application), you can define 1 or more application
service descriptions in the config.xml file. Each service description
specifies the operation, URI scheme, and MIME type of the application
control service your application can offer:

<tizen:app-control>
   <src name="[PAGE]"/>
   <operation name="[OPERATION]"/>
   <uri name="[URI_SCHEME]"/>
   <mime name="[MIME_TYPE]"/></tizen:app-control>


-----

Jeremy


2013/7/3 Xuqing Kuang <[email protected]>

> Hello.
>
> We are a team are creating a app, which need be able to handling specific
> URL protocol scheme(just like 'items://'), user click the link in anywhere
> will be able to open our app.
>
> The question is how to register it in system and how to process the
> parameters?
>
> Native and Web code examples are welcome.
>
> Thanks a lot.
>
> Regards.
>
> From XQ.
>
>
> _______________________________________________
> Application-dev mailing list
> [email protected]
> https://lists.tizen.org/listinfo/application-dev
>
>
_______________________________________________
Application-dev mailing list
[email protected]
https://lists.tizen.org/listinfo/application-dev

Reply via email to