0

I am working in application that contain lost of push notifications, in each push notification , i have to put play icon to play the music of each notification. problem when i am updating the notification means play to pause or pause to play. than notification update but the notification goes on the top each time.

I want to know , is there way to stay notification on there place after notification update ?

I show some image, to explain briefly.

enter image description here

enter image description here

Please help me thanks in advance.

Mayur Raval
  • 3,250
  • 6
  • 34
  • 57
  • it just blinking issue.I found Solution and answered here http://stackoverflow.com/questions/28021665/android-multiple-notification-avoid-blinking-while-updating – Mayur Raval Feb 05 '15 at 10:49

1 Answers1

0

You can use the setpriority to set the priority of the notification..

Check this post for more info

The method setPriority (int) is undefined for the type Notification

Community
  • 1
  • 1