-2

Is it possible to have a Notification without any Action? I want to display download progress to user and after download completion, inform user that download is finished and user can clear the notification. I don't want to start another Activity when user clicks on Notification. Is it possible? If yes, how?

Ali Behzadian Nejad
  • 8,804
  • 8
  • 56
  • 106

1 Answers1

4

Simply create a notification and don't attach a PendingIntent to it.

Raghav Sood
  • 81,899
  • 22
  • 187
  • 195