android - "Find in page" in Chrome Custom Tabs menu -


according documentation, custom tabs menu includes "find in page" , "open in chrome" menu items default. in implementation, created following implementation guide, "open in chrome" appears. how can include "find in page" menu item , functionality in custom tabs? know can add menu item customtabsintent.builder.addmenuitem , name "find in page", have program search functionality well?

"find in page" menu item comes in default menu items. don't need handle intent, handled chromeactivity called contextual search inside chrome.

default customtab menu resource file seems doesnt include find in page. main chromeactivity menu resource file includes it, maybe need create similar menu resource project. guess is, action on these menu items handled id.


Comments

Popular posts from this blog

php - How to display all orders for a single product showing the most recent first? Woocommerce -

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

angularjs - How restrict admin panel using in backend laravel and admin panel on angular? -