Hi all,
I am developing an app, which should run in the background when the screen is off. I have added
<tizen:setting background-support="enable" />
to the config.xml
Everything work fine when I debug it on the emulator and on my Gear Fit 2, but when I disconnect the GF2 from Tizen Studio and start the app, it is no longer running in the background. The app pauses as if I haven't enabled background-support.
Should I be worried? How is this even possible?