Display healthService data such as step in AmbientMode (Android wear)
I want to display health-service data such as step, pace, etc in AmbientMode.
But HealthServices seems to go into Sleep state when entering ambient mode.
I tried using AmbientUpdate with AlarmManager, but HealthServices did not wake up. Please let me know if you have a good way to solve this problem.
I want to change the data of the screen in the middle in AmbientMode.
Please help me.