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
Post a Comment