Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我在 api 级别 19 中调用 stopForeground 时,服务将被破坏,但是当我在 api 级别 24 中调用 stopForeground 时,服务不会被破坏 谁能帮我找出 api 级别 20、21、22 和 23 中的这种情况?
你提供了什么标志 stopForground(int) 文档声明使用 STOP_FOREGROUND_REMOVE 虽然不清楚提到它可能会破坏服务。
如果不再需要通过 NotificationManager,您可以尝试使用标志 STOP_FOREGROUND_DETACH 并手动删除通知。
参考文档:stopForground(int) flags