1

(Parse 1.8.0 ANDROID) How I disable multiple notifications? For example , if I send two notifications then appear two icons in phone bar. I want to have only 1 icon.

Ron
  • 51
  • 4

1 Answers1

0

Create both notifications with the same id. This will force the second notification to update the first one, rather than creating another one.

The Hungry Androider
  • 2,274
  • 5
  • 27
  • 52