I am opening links like "https://forms.gle/formId" in Android Chrome CustomTabs. But Opening these Urls is redirecting to a Chrome Browser. How can I restrict to Open the redirect Url also in CustomTab itself instead of browser. In WebView , this can be handled by overriding shouldoverrideUrlLoading method. Below is the piece of code to Open Custom Tabs.
customTabsIntent.launchUrl(activity, Uri.parse("https://forms.gle/formId"));