언어 설정

Menu
Sites
Language
How to start automatically when tizen boots

I develop background app for Tizen and need a feature to start automatically when Tizen boots.

I found that background working is possible to set config.xml <tizen:setting background-support="enable" />,

but can't find starting automatically setting.

 

답변 바로가기

Responses

3 댓글
Mark as answer
Alex Dem

Hi
AFAIK for web apps it is impossible. It is possible for Native service app only(you should set appropriate option in manifest file to launch app on boot), about service ap here:
https://developer.tizen.org/dev-guide/2.2.1/org.tizen.native.appprogramming/html/guide/app/service_app_fundamentals.htm
Hence ,for your case, you should create hybrid apllication: https://developer.tizen.org/dev-guide/2.2.1/org.tizen.web.appprogramming/html/app_dev_process/hybrid_app_package.htm
where native service will start your web app on boot using Tizen::App::AppManager::LaunchApplication api.
Alexey.

 

Fujikawa

I develop an app for Samsung Gear so that can't use hybrid application, but thank you for information.

AVSukhov

Hello,

I think that this is impossible