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
Following worked for me:
final NotificationManagerCompat mNotificationManager = NotificationManagerCompat.from(context.getApplicationContext()); mNotificationManager.cancel();