Hi,
I’m developing a fitness app for Galaxy Watch running Wear OS, and I want to implement step tracking that works reliably in the background.
I tried using Sensor.TYPE_STEP_COUNTER with a ForegroundService, but it seems to stop tracking after a few minutes.
Are there recommended best practices or Samsung-specific APIs for persistent background tracking on Wear OS?