How to make the app icon in search mode valid as a filter?

Basically, I want to reproduce the following function:

enter image description here

When you click on the application icon appears QuickActionBaron which various possible search filters are placed.

Does the API support this out of the box or do I need to do it myself?

+5
source share
1 answer

In the applications that I worked on, we implemented our own interface for them. It is not built in.

http://www.londatiga.net/it/how-to-create-quickaction-dialog-in-android/ is a good resource that I bookmarked on how to do this.

https://github.com/lorensiuswlt/NewQuickAction - .

+2