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?