.launchUrl(this@MainActivity, Uri.parse(url))
When url
is https://www.amazon.com
, the Amazon app is opening instead of the custom tab browser. Is there any way to prevent this from happening and forcing to use the custom tab browser instead of default apps?