I formed Notification and set setAutoCancel (true) and when I click on Notification it disappears as expected.
But I have 2 addAction() buttons addAction() and when I click on them, the Notification does not disappear ...
Is it possible to put setAutoCancel(true) on the buttons? So after clicking on them, Notification was deleted?