- v5.18.0
- Master Release - May 14, 2025
- Add browser experience for apps that have opted in.
- By default, a
CustomTabsIntent
will launch specifically configured web links. - To override with your own, set
public void setCustomTabsIntent(CustomTabsIntent customTabsIntent)
prior to session init. - Otherwise if
androidx.browser:browser:1.8.0
is not imported, user's default browser will launch.
- By default, a
- Add browser experience for apps that have opted in.