标签: android android-notifications wear-os
我使用startForeground(int, Notification)作为带有通知的前台服务启动我的服务。通知显示在手机上时,它不会显示在配对的手表上。
startForeground(int, Notification)
使用Android开发者网站上提到的NotificationManagerCompat可以正常工作,但该服务不是在前台启动的。如何解决这个问题?
NotificationManagerCompat