Languages

Menu
Sites
Language
Service application has auto-restart="false" and on-boot="false" but it starts

In my manifest file is:

    <service-application appid="org.example.myservice" auto-restart="false" exec="myservice" multiple="false" nodisplay="true" on-boot="false" taskmanage="false" type="capp">

 

I run it from Tizen Studio on emulator and it starts automatically, but it should not.

Here:

https://developer.tizen.org/development/guides/native-application/application-management/applications/service-application

is written:

"After package installation - Not launched"

How to install service without launching it?

Edited by: Marek Jóźwik on 12 Dec, 2018

Responses

1 Replies
K Johnson

For which platform you're developing your service app? Tizen Mobile or Wearable? If you're making service app for wearable device then the reason behind this behavior is auto-restart and on-boot attributes are not supported on Tizen wearable devices. Please check the Note sections before Attribute combinations table of that link.