I wanted to delete all my app notification when application killed. I am not using service. So, I can not use onTaskRemoved and I have tried using OnDestroy method to CancelAll notifications. But OnDestroy is not being called when I kill application from task.
Does it possible to clear notification without using service?