Cancel button on Notification to remove Notification
问题 I have a Notification that has a Progress Bar and a Cancel button. I am using Thread to increment the Progress Bar and the Cancel button is supposed to clear the notification. Here's the code for Notification remoteViews = new RemoteViews(getPackageName(), R.layout.customnotification); Intent intent = new Intent(this, LocationBroadcastReceiver.class); intent.putExtra("CancelServiceAndNotification","CancelServiceAndNotification"); intent.putExtra("ID",1); PendingIntent pendingIntent =