1

I have an app that has an ongoing notification.

Is there any way to present that specific notification on the wear os smartwatch watchface or in any other way?

matjanin
  • 11
  • 2

1 Answers1

0

For Media like Music/Podcast it will just happen.

For other types of apps, you could write a tiny companion app that starts the ongoing activity on the device. Use the data layer to react to the mobile app changing state and writing its new state over the data layer.

https://developer.android.com/training/wearables/notifications/ongoing-activity

Also

https://developer.android.com/codelabs/ongoing-activity#0

danronmoon
  • 3,814
  • 5
  • 34
  • 56
Yuri Schimke
  • 12,435
  • 3
  • 35
  • 69