Close android Notification
问题 i have create notification when service start but i have not idea how to close that notification when service stop or on destroy. have any idea. following code that start notification when service start. String ns = Context.NOTIFICATION_SERVICE; final int KEEPUS_NOTIFICATION_ID = 1; NotificationManager mNotificationManager = (NotificationManager) context.getSystemService(ns); Notification notification = new Notification(R.drawable.notification_icon1, ticker_text, System.currentTimeMillis());