I want to remove notifications from another application shown in the notification bar. Is that possible? NotificationManager.cancelAll(); cancels only notificat
NotificationManager.cancelAll();
You can cancel your own notifications using NotificationManager. But you can't cancel other apps' notifications, that is not possible.