I am using rooted device and i want to clear the other apps notification programatically from the status bar. I tried this :
NotificationManager notificationManager = (NotificationManager) getApplicationContext().getSystemService(Context.NOTIFICATION_SERVICE);
notificationManager.cancelAll();
but this is not working in my tablet