GoogleChrome / android-browser-helper

The Android Browser Helper library helps developers use Custom Tabs and Trusted Web Activities on top of the AndroidX browser support library.
Apache License 2.0
694 stars 288 forks source link

[Question] Disable all default handlers for all deeplinks when loaded by CCT #474

Open Atul-Dharwal opened 3 months ago

Atul-Dharwal commented 3 months ago

Do we have functionality to disable all default handlers for all deeplinks and load them within browser when we load site in Chrome custom tabs? We do have public api setSendToExternalDefaultHandlerEnabled but this works on initial url load(as per documentation of CustomTabsIntent)