Hi,
I am working on Tizen .net.
Is there any way to auto restart service / application after Galaxy watch reboot?
According to https://developer.tizen.org/development/guides/native-application/application-management/applications/service-application the ‘on-boot’ and ‘auto-restart’ properties are not available for Wearable.
Hello there,
As you’ve already seen on the site, ‘on-boot’ and ‘auto-restart’ properties are no longer supported on Samsung wearables. So to the best of my knowledge, it’s not possible anymore, whichever platform you use Tizen Native/.NET/Web.
You can check out the Alarm API, you can launch UI/Service applications at intervals or at specific schedules. It may not cater your specific need, but it’s the closer alternative to manage some minimal workarounds.
Alarms | Tizen Docs