Cancel notification on remove application from multitask panel
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I manage an ONGOING notification from my application (not from a service). When I kill application from task manager with "End" button, notification disappear . When I remove application from multitask pannel, application is killed but notification remains . My questions are: How to catch this event to clear notification? What happens when application is removed from multitask pannel? Application is destroyed but process staying alive? Is it normal? As an update: All my activities extends MyActivity class (which extends Activity) with