语言

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?

编辑者为: Marek Jóźwik 12 12月, 2018

响应

1 回复
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.