A default Action Button that shares the URL is added to the top bar when the application doesn’t provide one.
val customTabsIntent = CustomTabsIntent.Builder()
.setShareState(CustomTabsIntent.SHARE_STATE_OFF)
.build();
Posted by André Bandarra, Developer Relations Engineer and Chirag Desai, Product Manager