Languages

Menu
Sites
Language
How to block Service App Terminated?
I Development Hybrid Applictaion for Tizen phone (background service app, and front-view app, Communicate to MessagePort) so, I tested with Tizen-example source but something wrong... when I running with example source of HybridServiceApp, HybridWebApp, working very well, but if HybridWebApp is terminated from tesk manager, HybridServiceApp is terminated too... how to prevent HybridServiceApp is not terminated? sorry to my english skill is poor...Please understand this thanks
View Selected Answer

Responses

2 Replies
Mark as answer
AVSukhov

Hello,

Applications in the same package follow the same installation life-cycle and it is handled by the application package manager, whereas each application follows its own application life-cycle.

Try to use "AutoRestart" in manifest.xml by service app.

규민 고

thanks!