I want to remove the notification from status bar when clicking on footer icon. How to call this method outside the service class:
mNotificationManager.cancel(MY_NOTIFICATION_ID);
Is there any other solution to remove notification by clicking the custom button?