标签: android service android-notifications foreground-service
我知道startForeground(notification_ID, notification)使得服务在不被系统破坏方面变得更强大。但是,是否可以使用相同的通知来保持2或3个服务处于活动状态,或者将此权限传递给最后调用它的服务?
startForeground(notification_ID, notification)
答案 0 :(得分:1)
使用相同的通知ID。只能存在一个具有特定ID的通知。 或绑定服务,让主要服务器运行在前台https://developer.android.com/guide/components/bound-services.html