Languages

Menu
Sites
Language
How to Run Wearable App in Background

Hi,

I am wondering if it is possible to run an tizen wearable app in background. I need to run an app in background. I appreciate any help or suggestion.

Thanks, 

Responses

5 Replies
daniel kim

Hi,

This tag in settings.xml will run your application in background.

    <tizen:setting background-support="enable" />

 

This link has relevant information also..

https://developer.tizen.org/forums/web-application-development/running-background-service-web-application

 

I wish this will help you.

 

 

daniel kim

You need to put this tag in config.xml...  not settings.xml..

  <tizen:setting background-support="enable" />

 

AVSukhov

Hello,

Also you can use Web Service for background operation.

Marco Buettner

But Web Service need Partner Certification on Wearables ;)

AVSukhov

oh...  you're right Marco