Murali
Murali

Reputation: 175

How to disable Default Menu in CustomTabs in android?

I am using the 'com.android.support:customtabs:25.0.0' in android, I wanted to delete the default menu item "Open In Chrome" from the menu list, because i wanted to handle the onClick of "Open In Chrome", my understanding was, we can handle onclick only if i add the menu item using "addMenuItem". Can you please guide me on this

Upvotes: 1

Views: 2766

Answers (1)

Shubham Shukla
Shubham Shukla

Reputation: 998

At this moment, it's not possible to hide the overflow menu or "Open in Chrome" menu item in Custom tabs.

Upvotes: 1

Related Questions