0

How can I limit the number of notifications shown in status bar? To be more precise I want to limit my app to only have one notification in status bar at a time. I want the latest notification replace the previous notification produced by my app.

Is it possible? How?

dcaswell
  • 3,137
  • 2
  • 26
  • 25
Thriller
  • 485
  • 4
  • 11

1 Answers1

1

You can't, as a developer you have no control over the notification center.

rckoenes
  • 69,092
  • 8
  • 134
  • 166