我有一个有两个服务的应用程序.
一个用于在其他应用程序上显示用于浮动(叠加)的UI WindowManager.另一种是使用位置跟踪GooglePlayAPI.我的应用总是运行这些服务.
WindowManager
GooglePlayAPI
我希望这些服务不被操作系统杀死.所以我打电话Service.startForeground().但是,通知抽屉中有两个通知.
Service.startForeground()
有没有办法为这两种服务使用单一通知?
android android-service android-notifications
android ×1
android-notifications ×1
android-service ×1