언어 설정

Menu
Sites
Language
What is (application.launch) privilege used for ?

Is this privilage makes the application runs automatically when the gear2 noe starts up ?
<
tizen:privilege name="http://tizen.org/privilege/application.launch"/>

답변 바로가기

Responses

8 댓글
Alex Dem

Hi,
It is used to launch another app or app control:
https://developer.tizen.org/dev-guide/2.3.0/org.tizen.wearable.web.device.apireference/tizen/privilege.html
Alexey.

Mohamed Hana

Hi Alex, 
Thanks for your reply.
Can I use it to make my application runs in the background when the watch starts up ?

Marco Buettner

no

Mohamed Hana

How should I do that Macro ?

Mark as answer
AVSukhov

Hello,

Wearable SDK supports only web app. From SDK 2.3 supported Web service app, but to develop it requires partner-level certification in Tizen 2.3..

UI Web app cannot be launched by any condition except user launch or launch by other app using AppControl functionality.

Using Web service app you can setup property on-boot='true' ,but again, for the development of this application you need partner-level certification.

Mohamed Hana

Hi AVSukhov,
Thanks for this great answer.
How could I get partner-level certification ? Is it free ?

AVSukhov

Hello,

The problem is not to get a certificate, but in order to register as partner on Tizen Store.

The partner level privileges can only be used by developers registered as partners on the Tizen store.

The developer must be fully identified and permitted by the partner policy of the Tizen Store to use both public and partner level privileges.

 

And can be used by commerical registered sellers.

John Ixion

should never be allowed imo