Android: I am trying to cancel a notification from the notification bar after a package being installed. What I am doing is the following:
public class MyBr
Sorry for late joining! But following worked fine for me.
NotificationManagerCompat mNotificationManager = NotificationManagerCompat.from(context.getApplicationContext()); mNotificationManager.cancel("",);