i am working with Quickaction in android.
i want to set the items of Quickaction dynamically but at the time of adding the items i want to remove the previews action items.
But there is no any property to remove or clear the Quickaction items.
please find -http://www.androidpatterns.com/wp-content/uploads/QuickActions.png
Quickaction like shows in image.
project - https://github.com/lorensiuswlt/NewQuickAction
for quickaction i am using above github project.
Please help me to out this mesh.
Thanks in advance.
Add this to QuickAction.java, then call resetActionItemList() when you want to recreate the list.