Notification is not being dismissed (Android)
Notification setAutoCancel(true) doesn't work if clicking on Action I have a notification with an action within it. When I tap on the notification it gets removed from the list. However, when I click on the Action it successfully completes the Action (namely makes a call), but when I return to the list of notifications, it remains there. Relative code of the AlarmReceiver: public class AlarmReceiver extends BroadcastReceiver { Meeting meeting; /** * Handle received notifications about meetings that are going to start */ @Override public void onReceive(Context context, Intent intent) { // Get