Hi, Jeremy.
Thank you for you reply, I tried it before but failed.
The code of mine is
<tizen:app-control>
<tizen:src name="index.html"/>
<tizen:operation name="http://tizen.org/appcontrol/operation/view"/>
<tizen:uri name="items"/> <!-- Tried items:// -->
<tizen:mime name="text/url"/>
</tizen:app-control>
Click on the link 'items://12345678' can't open our app, and how to process
the parameter '12345678' in app the doc is not written.
Could you give me a working example ?
By the way, the configurations just working for Web app, how about Native ?
Thank you again.
Regards.
>From Xuqing.
On Wed, Jul 3, 2013 at 5:26 PM, Jeremy Ozog <[email protected]> wrote:
> 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