停止前台服务后通知栏(无法关闭)

时间:2019-02-19 11:04:47

标签: android android-service android-notifications foreground-service

满足以下条件时,通知会粘贴在通知栏上,无法通过水平滑动来消除:

  • Android Pie(9.0)
  • 致电service.stopForeground(Service.STOP_FOREGROUND_DETACH)后立即致电service.startForeground(NOTIFICATION_ID, notification);

代码示例:

service.startForeground(NOTIFICATION_ID, notification);
service.stopForeground(Service.STOP_FOREGROUND_DETACH);

即使在startForeground之后立即调用前台服务,我是否可以做些强制停止前台服务的操作?

0 个答案:

没有答案