android - Changing the action buttons on a notification -


i have notification i'm trying update reusing same notification builder, there's no way clear buttons, can call addaction. not using same builder results in notification flashing, undesirable. there solutions this? i'm using notificationcompat v4 support library.

notificationbuilder.mactions.clear(); 

it's public arraylist<action>, can whataver want it.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -